public class TimelineItemExtendedProperties extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
TimelineItemExtendedProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBinding()
Description:
an EL reference that will store the component instance on a bean.
|
java.util.Date |
getEndTime(java.text.DateFormat dFormat)
Description:
the end time of the event represented by this timeline item.
|
java.lang.String |
getGroup()
Description:
the group in which the item belongs to.
|
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[] |
getPartialTriggers()
Description:
the IDs of the components that should trigger a partial update.
|
java.lang.String |
getStyleClass()
Description:
a CSS style class to use for this component.
|
java.lang.String |
getTagName() |
java.util.Date |
getValue(java.text.DateFormat dFormat)
Description:
the time of the event represented by this timeline item.
|
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 |
setBinding(java.lang.String binding)
Description:
an EL reference that will store the component instance on a bean.
|
void |
setEndTime(java.util.Date endTime,
java.text.DateFormat dFormat)
Description:
the end time of the event represented by this timeline item.
|
void |
setGroup(java.lang.String group)
Description:
the group in which the item belongs to.
|
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 |
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 |
setStyleClass(java.lang.String styleClass)
Description:
a CSS style class to use for this component.
|
void |
setValue(java.util.Date value,
java.text.DateFormat dFormat)
Description:
the time of the event represented by this timeline item.
|
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 getBinding()
public void setBinding(java.lang.String binding)
binding - the value of the binding attribute of the Tag this class represents.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.public java.lang.String getGroup()
public void setGroup(java.lang.String group)
group - the value of the group attribute of the Tag this class represents.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[] 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 getStyleClass()
public void setStyleClass(java.lang.String styleClass)
styleClass - the value of the styleClass attribute of the Tag this class represents.public java.util.Date getValue(java.text.DateFormat dFormat)
throws java.lang.Exception
dFormat - A DateFormat instance used to convert the Date type property.java.lang.Exceptionpublic void setValue(java.util.Date value,
java.text.DateFormat dFormat)
value - the value of the value attribute of the Tag this class represents.dFormat - A DateFormat instance used to convert the Date type property.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.