public class Alert extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
Alert() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Description: Specifies the identifier for the component
|
java.lang.String |
getImageSource()
Description: Specifies the URL for the icon image that will be displayed for the alert.
|
java.lang.String |
getTagName() |
java.lang.String |
getText()
Description: Specifies text that appears in a tooltip when a mouse pointer hovers over the icon.
|
java.lang.String |
getXValue()
Description: Indicates the x-axis or ordinal axis value for the alert.
|
double |
getYValue()
Description: Indicates the y-axis value for the alert.
|
java.lang.String |
getYValueAssignment()
Description: Identifies which axis the yValue attribute is associated with.
|
java.lang.String |
getYValueAsString()
Description: Indicates the y-axis value for the alert.
|
boolean |
isRendered()
Description: Specifies whether the alert is visible in the graph.
|
java.lang.String |
isRenderedAsString()
Description: Specifies whether the alert is visible in the graph.
|
void |
setId(java.lang.String id)
Description: Specifies the identifier for the component
|
void |
setImageSource(java.lang.String imageSource)
Description: Specifies the URL for the icon image that will be displayed for the alert.
|
void |
setRendered(boolean rendered)
Description: Specifies whether the alert is visible in the graph.
|
void |
setRenderedAsString(java.lang.String rendered)
Description: Specifies whether the alert is visible in the graph.
|
void |
setText(java.lang.String text)
Description: Specifies text that appears in a tooltip when a mouse pointer hovers over the icon.
|
void |
setXValue(java.lang.String xValue)
Description: Indicates the x-axis or ordinal axis value for the alert.
|
void |
setYValue(double yValue)
Description: Indicates the y-axis value for the alert.
|
void |
setYValueAssignment(java.lang.String yValueAssignment)
Description: Identifies which axis the yValue attribute is associated with.
|
void |
setYValueAsString(java.lang.String yValue)
Description: Indicates the y-axis value for the alert.
|
_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 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 getImageSource()
public void setImageSource(java.lang.String imageSource)
imageSource - the value of the imageSource 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 getText()
public void setText(java.lang.String text)
text - the value of the text attribute of the Tag this class represents.public java.lang.String getXValue()
public void setXValue(java.lang.String xValue)
xValue - the value of the xValue attribute of the Tag this class represents.
public double getYValue()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setYValue(double yValue)
yValue - the value of the yValue attribute of the Tag this class represents.
public java.lang.String getYValueAsString()
throws java.lang.NumberFormatException
java.lang.NumberFormatExceptionpublic void setYValueAsString(java.lang.String yValue)
yValue - the value of the yValue attribute of the Tag this class represents.public java.lang.String getYValueAssignment()
public void setYValueAssignment(java.lang.String yValueAssignment)
yValueAssignment - the value of the yValueAssignment attribute of the Tag this class represents.