public class TimelineExtendedProperties extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
TimelineExtendedProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAnimationOnDataChange()
Description:
the animation effect when a data change event occurs.
|
java.lang.String |
getAnimationOnDisplay()
Description:
the animation effect during initial display of the timeline.
|
java.lang.String |
getBinding()
Description:
an EL reference that will store the component instance on a bean.
|
java.lang.String |
getContentDelivery()
Description:
Options are "lazy", "immediate", and "whenAvailble".
|
java.util.Date |
getCurrentTime(java.text.DateFormat dFormat)
Description:
the current time which will be marked with an indicator on the timeline.
|
java.util.Date |
getEndTime(java.text.DateFormat dFormat)
Description:
the end time of the timeline.
|
java.util.Date |
getFetchEndTime(java.text.DateFormat dFormat)
Deprecated.
This attribute is deprecated. It only has an affect when the deprecated 'timelineSeries' and 'timelineItem' child tags are specified.
|
java.util.Date |
getFetchStartTime(java.text.DateFormat dFormat)
Deprecated.
This attribute is deprecated. It only has an affect when the deprecated 'timelineSeries' and 'timelineItem' child tags are specified.
|
java.lang.String |
getId()
Description:
the identifier for the component
|
java.lang.String |
getInlineStyle()
Description:
the CSS styles to use for this component.
|
java.lang.String |
getItemPosition()
Description:
how items are layout vertically in the available space in the timeline.
|
java.lang.String |
getItemSelection()
Description:
whether items in the timeline are selectable.
|
java.lang.String |
getOrientation()
Description:
specifies the orientation of the timeline.
|
java.lang.String[] |
getPartialTriggers()
Description:
the IDs of the components that should trigger a partial update.
|
java.lang.String |
getSortData()
Description:
whether data from the underlying model should be sorted automatically by the timeline based on time of the event.
|
java.util.Date |
getStartTime(java.text.DateFormat dFormat)
Description:
the start time of the timeline.
|
java.lang.String |
getStyleClass()
Description:
a CSS style class to use for this component.
|
java.lang.String |
getSummary()
Description:
the summary of this timeline's purpose and structure for user agents rendering to non-visual media (e.g.
|
java.lang.String |
getTagName() |
boolean |
isRendered()
Description:
specifies whether the component is rendered.
|
java.lang.String |
isRenderedAsString()
Description:
specifies whether the component is rendered.
|
boolean |
isVisible()
Description:
the visibility of the component.
|
java.lang.String |
isVisibleAsString()
Description:
the visibility of the component.
|
void |
setAnimationOnDataChange(java.lang.String animationOnDataChange)
Description:
the animation effect when a data change event occurs.
|
void |
setAnimationOnDisplay(java.lang.String animationOnDisplay)
Description:
the animation effect during initial display of the timeline.
|
void |
setBinding(java.lang.String binding)
Description:
an EL reference that will store the component instance on a bean.
|
void |
setContentDelivery(java.lang.String contentDelivery)
Description:
Options are "lazy", "immediate", and "whenAvailble".
|
void |
setCurrentTime(java.util.Date currentTime,
java.text.DateFormat dFormat)
Description:
the current time which will be marked with an indicator on the timeline.
|
void |
setEndTime(java.util.Date endTime,
java.text.DateFormat dFormat)
Description:
the end time of the timeline.
|
void |
setFetchEndTime(java.util.Date fetchEndTime,
java.text.DateFormat dFormat)
Deprecated.
This attribute is deprecated. It only has an affect when the deprecated 'timelineSeries' and 'timelineItem' child tags are specified.
|
void |
setFetchStartTime(java.util.Date fetchStartTime,
java.text.DateFormat dFormat)
Deprecated.
This attribute is deprecated. It only has an affect when the deprecated 'timelineSeries' and 'timelineItem' child tags are specified.
|
void |
setId(java.lang.String id)
Description:
the identifier for the component
|
void |
setInlineStyle(java.lang.String inlineStyle)
Description:
the CSS styles to use for this component.
|
void |
setItemPosition(java.lang.String itemPosition)
Description:
how items are layout vertically in the available space in the timeline.
|
void |
setItemSelection(java.lang.String itemSelection)
Description:
whether items in the timeline are selectable.
|
void |
setOrientation(java.lang.String orientation)
Description:
specifies the orientation of the timeline.
|
void |
setPartialTriggers(java.lang.String[] partialTriggers)
Description:
the IDs of the components that should trigger a partial update.
|
void |
setRendered(boolean rendered)
Description:
specifies whether the component is rendered.
|
void |
setRenderedAsString(java.lang.String rendered)
Description:
specifies whether the component is rendered.
|
void |
setSortData(java.lang.String sortData)
Description:
whether data from the underlying model should be sorted automatically by the timeline based on time of the event.
|
void |
setStartTime(java.util.Date startTime,
java.text.DateFormat dFormat)
Description:
the start time of the timeline.
|
void |
setStyleClass(java.lang.String styleClass)
Description:
a CSS style class to use for this component.
|
void |
setSummary(java.lang.String summary)
Description:
the summary of this timeline's purpose and structure for user agents rendering to non-visual media (e.g.
|
void |
setVisible(boolean visible)
Description:
the visibility of the component.
|
void |
setVisibleAsString(java.lang.String visible)
Description:
the visibility of the component.
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsListpublic java.lang.String getTagName()
getTagName in class ComplexExtendedPropertiespublic java.lang.String getAnimationOnDataChange()
public void setAnimationOnDataChange(java.lang.String animationOnDataChange)
animationOnDataChange - the value of the animationOnDataChange attribute of the Tag this class represents.public java.lang.String getAnimationOnDisplay()
public void setAnimationOnDisplay(java.lang.String animationOnDisplay)
animationOnDisplay - the value of the animationOnDisplay attribute of the Tag this class represents.public java.lang.String getBinding()
public void setBinding(java.lang.String binding)
binding - the value of the binding attribute of the Tag this class represents.public java.lang.String getContentDelivery()
public void setContentDelivery(java.lang.String contentDelivery)
contentDelivery - the value of the contentDelivery attribute of the Tag this class represents.public java.util.Date getCurrentTime(java.text.DateFormat dFormat)
throws java.lang.Exception
dFormat - A DateFormat instance used to convert the Date type property.java.lang.Exceptionpublic void setCurrentTime(java.util.Date currentTime,
java.text.DateFormat dFormat)
currentTime - the value of the currentTime attribute of the Tag this class represents.dFormat - A DateFormat instance used to convert the Date type property.public java.util.Date getEndTime(java.text.DateFormat dFormat)
throws java.lang.Exception
dFormat - A DateFormat instance used to convert the Date type property.java.lang.Exceptionpublic void setEndTime(java.util.Date endTime,
java.text.DateFormat dFormat)
endTime - the value of the endTime attribute of the Tag this class represents.dFormat - A DateFormat instance used to convert the Date type property.@Deprecated
public java.util.Date getFetchEndTime(java.text.DateFormat dFormat)
throws java.lang.Exception
dFormat - A DateFormat instance used to convert the Date type property.java.lang.Exception@Deprecated
public void setFetchEndTime(java.util.Date fetchEndTime,
java.text.DateFormat dFormat)
fetchEndTime - the value of the fetchEndTime attribute of the Tag this class represents.dFormat - A DateFormat instance used to convert the Date type property.@Deprecated
public java.util.Date getFetchStartTime(java.text.DateFormat dFormat)
throws java.lang.Exception
dFormat - A DateFormat instance used to convert the Date type property.java.lang.Exception@Deprecated
public void setFetchStartTime(java.util.Date fetchStartTime,
java.text.DateFormat dFormat)
fetchStartTime - the value of the fetchStartTime attribute of the Tag this class represents.dFormat - A DateFormat instance used to convert the Date type property.public java.lang.String getId()
public void setId(java.lang.String id)
id - the value of the id attribute of the Tag this class represents.public java.lang.String getInlineStyle()
public void setInlineStyle(java.lang.String inlineStyle)
inlineStyle - the value of the inlineStyle attribute of the Tag this class represents.public java.lang.String getItemPosition()
public void setItemPosition(java.lang.String itemPosition)
itemPosition - the value of the itemPosition attribute of the Tag this class represents.public java.lang.String getItemSelection()
public void setItemSelection(java.lang.String itemSelection)
itemSelection - the value of the itemSelection attribute of the Tag this class represents.public java.lang.String getOrientation()
public void setOrientation(java.lang.String orientation)
orientation - the value of the orientation attribute of the Tag this class represents.public java.lang.String[] getPartialTriggers()
public void setPartialTriggers(java.lang.String[] partialTriggers)
partialTriggers - the value of the partialTriggers attribute of the Tag this class represents.public boolean isRendered()
public void setRendered(boolean rendered)
rendered - the value of the rendered attribute of the Tag this class represents.public java.lang.String isRenderedAsString()
public void setRenderedAsString(java.lang.String rendered)
rendered - the value of the rendered attribute of the Tag this class represents.public java.lang.String getSortData()
public void setSortData(java.lang.String sortData)
sortData - the value of the sortData attribute of the Tag this class represents.public java.util.Date getStartTime(java.text.DateFormat dFormat)
throws java.lang.Exception
dFormat - A DateFormat instance used to convert the Date type property.java.lang.Exceptionpublic void setStartTime(java.util.Date startTime,
java.text.DateFormat dFormat)
startTime - the value of the startTime attribute of the Tag this class represents.dFormat - A DateFormat instance used to convert the Date type property.public java.lang.String getStyleClass()
public void setStyleClass(java.lang.String styleClass)
styleClass - the value of the styleClass attribute of the Tag this class represents.public java.lang.String getSummary()
public void setSummary(java.lang.String summary)
summary - the value of the summary attribute of the Tag this class represents.public boolean isVisible()
public void setVisible(boolean visible)
visible - the value of the visible attribute of the Tag this class represents.public java.lang.String isVisibleAsString()
public void setVisibleAsString(java.lang.String visible)
visible - the value of the visible attribute of the Tag this class represents.