public class SparkItem extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
SparkItem() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBinding()
Description: Specifies a binding reference to store a specific instance of UISparkItem from a backing bean.
|
java.lang.String |
getColor()
Description: Specifies the color of the bar or data point.
|
java.util.Date |
getDate(java.text.DateFormat dFormat)
Description: Specifies the date for this item.
|
java.lang.String |
getDateAsString(java.text.DateFormat dFormat)
Description: Specifies the date for this item.
|
java.lang.Object |
getFloatValue()
Description: Specifies the float value for this item in a floating bar spark chart.
|
java.lang.String |
getId()
Description: Specifies the identifier for the component
|
java.lang.String |
getTagName() |
java.lang.Object |
getValue()
Description: Specifies the value for this spark item.
|
boolean |
isMarkerDisplayed()
Description: Specifies whether a marker should be displayed for this data item.
|
java.lang.String |
isMarkerDisplayedAsString()
Description: Specifies whether a marker should be displayed for this data item.
|
boolean |
isRendered()
Description: Specifies whether the component is rendered.
|
java.lang.String |
isRenderedAsString()
Description: Specifies whether the component is rendered.
|
void |
setBinding(java.lang.String binding)
Description: Specifies a binding reference to store a specific instance of UISparkItem from a backing bean.
|
void |
setColor(java.lang.String color)
Description: Specifies the color of the bar or data point.
|
void |
setDate(java.util.Date date, java.text.DateFormat dFormat)
Description: Specifies the date for this item.
|
void |
setDateAsString(java.lang.String date, java.text.DateFormat dFormat)
Description: Specifies the date for this item.
|
void |
setFloatValue(java.lang.Object floatValue)
Description: Specifies the float value for this item in a floating bar spark chart.
|
void |
setId(java.lang.String id)
Description: Specifies the identifier for the component
|
void |
setMarkerDisplayed(boolean markerDisplayed)
Description: Specifies whether a marker should be displayed for this data item.
|
void |
setMarkerDisplayedAsString(java.lang.String markerDisplayed)
Description: Specifies whether a marker should be displayed for this data item.
|
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 |
setValue(java.lang.Object value)
Description: Specifies the value for this spark item.
|
_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 getColor()
public void setColor(java.lang.String color)
color
- the value of the color attribute of the Tag this class represents.public java.util.Date getDate(java.text.DateFormat dFormat) throws java.lang.Exception
java.lang.Exception
public void setDate(java.util.Date date, java.text.DateFormat dFormat)
date
- the value of the date attribute of the Tag this class represents.public java.lang.String getDateAsString(java.text.DateFormat dFormat) throws java.lang.Exception
java.lang.Exception
public void setDateAsString(java.lang.String date, java.text.DateFormat dFormat)
date
- the value of the date attribute of the Tag this class represents.public java.lang.Object getFloatValue()
public void setFloatValue(java.lang.Object floatValue)
floatValue
- the value of the floatValue 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 boolean isMarkerDisplayed()
public void setMarkerDisplayed(boolean markerDisplayed)
markerDisplayed
- the value of the markerDisplayed attribute of the Tag this class represents.public java.lang.String isMarkerDisplayedAsString()
public void setMarkerDisplayedAsString(java.lang.String markerDisplayed)
markerDisplayed
- the value of the markerDisplayed 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.Object getValue()
public void setValue(java.lang.Object value)
value
- the value of the value attribute of the Tag this class represents.