public class SparkChartExtendedProperties extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
SparkChartExtendedProperties() |
Modifier and Type | Method and Description |
---|---|
int |
getAnimationDuration()
Description: Specifies the animation duration in milliseconds.
|
java.lang.String |
getAnimationDurationAsString()
Description: Specifies the animation duration in milliseconds.
|
java.lang.String |
getAnimationOnDataChange()
Description: Specifies the type of animation to apply on data change.
|
java.lang.String |
getAnimationOnDisplay()
Description: Specifies the type of animation to apply when the component is initially displayed.
|
AttributeFormat |
getAttributeFormat()
Description: Specifies formatting for an attribute matching the name property.
|
java.lang.String |
getAxisScaledFromBaseline()
Description: Specifies whether the axis is scaled to include the baseline value of zero.
|
java.lang.String |
getBinding()
Description: Specifies a binding reference to store a specific instance of RichSparkChart from a backing bean.
|
java.lang.String |
getClickAction()
Description: Refers to a backing bean method that performs navigation processing for the graph and returns an outcome String.
|
java.lang.String |
getClickListener()
Description:
|
java.lang.String |
getColor()
Description: Specifies the color of the bars, line, or area in the sparkchart.
|
java.lang.String |
getContentDelivery()
Description: Specifies whether to fetch content with page load or after page load.
|
java.lang.String |
getFirstMarkerColor()
Description: Specifies the color of the first marker of the sparkchart.
|
java.lang.String |
getHighMarkerColor()
Description: Specifies the color of the high value marker of the sparkchart.
|
java.lang.String |
getId()
Description: Specifies the identifier for the component
|
java.lang.String |
getInlineStyle()
Description: Style of the outer element(enclosing div) of the component
|
java.lang.String |
getLastMarkerColor()
Description: Specifies the color of the last marker of the sparkchart.
|
java.lang.String |
getLowMarkerColor()
Description: Specifies the color of the low value marker of the sparkchart.
|
java.lang.String |
getMarkers()
Description: Specifies the markers to display on a sparkchart.
|
java.lang.String |
getNoDataErrorText()
Description: Specifies error text to display when graph has no data.
|
java.lang.String[] |
getPartialTriggers()
Description: the IDs of the components that should trigger a partial update.
|
ReferenceObjectSet |
getReferenceObjectSet()
Description: Wraps an unlimited number of reference objects for a given graph.
|
java.lang.String |
getShortDesc()
Description: Specifies the short description of the graph.
|
java.util.List<SparkItem> |
getSparkItem()
Description: Use the sparkItem tag to represent and provide data for a bar or marker in an ADF spark chart.
|
java.lang.String |
getStyleClass()
Description: Sets a CSS style class to use for this component.
|
java.lang.String |
getSubType()
Description: Specifies the type of spark chart.
|
java.lang.String |
getTagName() |
ThresholdSet |
getThresholdSet()
Description: Use the thresholdSet tag to wrap all the threshold tags for a gauge or spark chart.
|
java.lang.String |
getTooltip()
Description: Specifies the tooltip text to display for this sparkchart.
|
boolean |
isRendered()
Description: Specifies whether the component is rendered.
|
java.lang.String |
isRenderedAsString()
Description: Specifies whether the component is rendered.
|
void |
setAnimationDuration(int animationDuration)
Description: Specifies the animation duration in milliseconds.
|
void |
setAnimationDurationAsString(java.lang.String animationDuration)
Description: Specifies the animation duration in milliseconds.
|
void |
setAnimationOnDataChange(java.lang.String animationOnDataChange)
Description: Specifies the type of animation to apply on data change.
|
void |
setAnimationOnDisplay(java.lang.String animationOnDisplay)
Description: Specifies the type of animation to apply when the component is initially displayed.
|
void |
setAttributeFormat(AttributeFormat attributeFormat)
Description: Specifies formatting for an attribute matching the name property.
|
void |
setAxisScaledFromBaseline(java.lang.String axisScaledFromBaseline)
Description: Specifies whether the axis is scaled to include the baseline value of zero.
|
void |
setBinding(java.lang.String binding)
Description: Specifies a binding reference to store a specific instance of RichSparkChart from a backing bean.
|
void |
setClickAction(java.lang.String clickAction)
Description: Refers to a backing bean method that performs navigation processing for the graph and returns an outcome String.
|
void |
setClickListener(java.lang.String clickListener)
Description:
|
void |
setColor(java.lang.String color)
Description: Specifies the color of the bars, line, or area in the sparkchart.
|
void |
setContentDelivery(java.lang.String contentDelivery)
Description: Specifies whether to fetch content with page load or after page load.
|
void |
setFirstMarkerColor(java.lang.String firstMarkerColor)
Description: Specifies the color of the first marker of the sparkchart.
|
void |
setHighMarkerColor(java.lang.String highMarkerColor)
Description: Specifies the color of the high value marker of the sparkchart.
|
void |
setId(java.lang.String id)
Description: Specifies the identifier for the component
|
void |
setInlineStyle(java.lang.String inlineStyle)
Description: Style of the outer element(enclosing div) of the component
|
void |
setLastMarkerColor(java.lang.String lastMarkerColor)
Description: Specifies the color of the last marker of the sparkchart.
|
void |
setLowMarkerColor(java.lang.String lowMarkerColor)
Description: Specifies the color of the low value marker of the sparkchart.
|
void |
setMarkers(java.lang.String markers)
Description: Specifies the markers to display on a sparkchart.
|
void |
setNoDataErrorText(java.lang.String noDataErrorText)
Description: Specifies error text to display when graph has no data.
|
void |
setPartialTriggers(java.lang.String[] partialTriggers)
Description: the IDs of the components that should trigger a partial update.
|
void |
setReferenceObjectSet(ReferenceObjectSet referenceObjectSet)
Description: Wraps an unlimited number of reference objects for a given graph.
|
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 |
setShortDesc(java.lang.String shortDesc)
Description: Specifies the short description of the graph.
|
void |
setSparkItem(java.util.List<SparkItem> sparkItem)
Description: Use the sparkItem tag to represent and provide data for a bar or marker in an ADF spark chart.
|
void |
setStyleClass(java.lang.String styleClass)
Description: Sets a CSS style class to use for this component.
|
void |
setSubType(java.lang.String subType)
Description: Specifies the type of spark chart.
|
void |
setThresholdSet(ThresholdSet thresholdSet)
Description: Use the thresholdSet tag to wrap all the threshold tags for a gauge or spark chart.
|
void |
setTooltip(java.lang.String tooltip)
Description: Specifies the tooltip text to display for this sparkchart.
|
_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 int getAnimationDuration() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setAnimationDuration(int animationDuration)
animationDuration
- the value of the animationDuration attribute of the Tag this class represents.public java.lang.String getAnimationDurationAsString() throws java.lang.NumberFormatException
java.lang.NumberFormatException
public void setAnimationDurationAsString(java.lang.String animationDuration)
animationDuration
- the value of the animationDuration attribute of the Tag this class represents.public 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 getAxisScaledFromBaseline()
public void setAxisScaledFromBaseline(java.lang.String axisScaledFromBaseline)
axisScaledFromBaseline
- the value of the axisScaledFromBaseline 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 getClickAction()
public void setClickAction(java.lang.String clickAction)
clickAction
- the value of the clickAction attribute of the Tag this class represents.public java.lang.String getClickListener()
public void setClickListener(java.lang.String clickListener)
clickListener
- the value of the clickListener 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.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.lang.String getFirstMarkerColor()
public void setFirstMarkerColor(java.lang.String firstMarkerColor)
firstMarkerColor
- the value of the firstMarkerColor attribute of the Tag this class represents.public java.lang.String getHighMarkerColor()
public void setHighMarkerColor(java.lang.String highMarkerColor)
highMarkerColor
- the value of the highMarkerColor 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 getLastMarkerColor()
public void setLastMarkerColor(java.lang.String lastMarkerColor)
lastMarkerColor
- the value of the lastMarkerColor attribute of the Tag this class represents.public java.lang.String getLowMarkerColor()
public void setLowMarkerColor(java.lang.String lowMarkerColor)
lowMarkerColor
- the value of the lowMarkerColor attribute of the Tag this class represents.public java.lang.String getMarkers()
public void setMarkers(java.lang.String markers)
markers
- the value of the markers attribute of the Tag this class represents.public java.lang.String getNoDataErrorText()
public void setNoDataErrorText(java.lang.String noDataErrorText)
noDataErrorText
- the value of the noDataErrorText 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 getShortDesc()
public void setShortDesc(java.lang.String shortDesc)
shortDesc
- the value of the shortDesc 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.String getSubType()
public void setSubType(java.lang.String subType)
subType
- the value of the subType attribute of the Tag this class represents.public java.lang.String getTooltip()
public void setTooltip(java.lang.String tooltip)
tooltip
- the value of the tooltip attribute of the Tag this class represents.public AttributeFormat getAttributeFormat()
public void setAttributeFormat(AttributeFormat attributeFormat)
attributeFormat
- the AttributeFormat of the Tag this class represents.public ThresholdSet getThresholdSet()
public void setThresholdSet(ThresholdSet thresholdSet)
thresholdSet
- the ThresholdSet of the Tag this class represents.public ReferenceObjectSet getReferenceObjectSet()
public void setReferenceObjectSet(ReferenceObjectSet referenceObjectSet)
referenceObjectSet
- the ReferenceObjectSet of the Tag this class represents.public java.util.List<SparkItem> getSparkItem()
public void setSparkItem(java.util.List<SparkItem> sparkItem)
sparkItem
- a list of SparkItem objects.