public class TimeSeriesExtendedProperties extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
TimeSeriesExtendedProperties() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBinding()
Description:
an EL reference that will store the component instance on a bean.
|
java.lang.String |
getEmptyText()
Description:
The text of an empty time series.
|
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 |
getItemLayout()
Description:
the item layout of the timeline time series.
|
java.lang.String |
getLabel()
Description:
the label of the timeline time series.
|
java.lang.String |
getStyleClass()
Description:
a CSS style class to use for this component.
|
java.lang.String |
getTagName() |
java.lang.Object |
getValue()
Description:
the data model being used by this component.
|
java.lang.String |
getVar()
Description:
Name of the EL variable used to reference row data within timeline item stamps.
|
java.lang.String |
getVarStatus()
Description:
Name of the EL variable used to reference the varStatus information.
|
void |
setBinding(java.lang.String binding)
Description:
an EL reference that will store the component instance on a bean.
|
void |
setEmptyText(java.lang.String emptyText)
Description:
The text of an empty time series.
|
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 |
setItemLayout(java.lang.String itemLayout)
Description:
the item layout of the timeline time series.
|
void |
setLabel(java.lang.String label)
Description:
the label of the timeline time series.
|
void |
setStyleClass(java.lang.String styleClass)
Description:
a CSS style class to use for this component.
|
void |
setValue(java.lang.Object value)
Description:
the data model being used by this component.
|
void |
setVar(java.lang.String var)
Description:
Name of the EL variable used to reference row data within timeline item stamps.
|
void |
setVarStatus(java.lang.String varStatus)
Description:
Name of the EL variable used to reference the varStatus information.
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsList
public java.lang.String getTagName()
getTagName
in class ComplexExtendedProperties
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 getEmptyText()
public void setEmptyText(java.lang.String emptyText)
emptyText
- the value of the emptyText 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 getItemLayout()
public void setItemLayout(java.lang.String itemLayout)
itemLayout
- the value of the itemLayout attribute of the Tag this class represents.public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label
- the value of the label 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.lang.Object getValue()
public void setValue(java.lang.Object value)
value
- the value of the value attribute of the Tag this class represents.public java.lang.String getVar()
public void setVar(java.lang.String var)
var
- the value of the var attribute of the Tag this class represents.public java.lang.String getVarStatus()
public void setVarStatus(java.lang.String varStatus)
varStatus
- the value of the varStatus attribute of the Tag this class represents.