public class LegendSection extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS| Constructor and Description |
|---|
LegendSection() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBinding()
Description:
Binding reference to store the UILegendSection component
|
java.lang.String |
getId()
Description:
Specifies the identifier for the component
|
java.lang.String |
getLabel()
Description:
The optional title text of this legend section
|
java.lang.String |
getSource()
Description:
The component id of the stamped item which will expand to a list of marker-label pairs within this section.
|
java.lang.String |
getTagName() |
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:
Binding reference to store the UILegendSection component
|
void |
setId(java.lang.String id)
Description:
Specifies the identifier for the component
|
void |
setLabel(java.lang.String label)
Description:
The optional title text of this legend section
|
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 |
setSource(java.lang.String source)
Description:
The component id of the stamped item which will expand to a list of marker-label pairs within this section.
|
_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.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 getLabel()
public void setLabel(java.lang.String label)
label - the value of the label 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 getSource()
public void setSource(java.lang.String source)
source - the value of the source attribute of the Tag this class represents.