public class PictoChartOptions extends DvtExtendedPatternOptions
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PICTO_CHART |
static java.lang.String |
PICTO_CHART_ITEM |
Constructor and Description |
---|
PictoChartOptions() |
Modifier and Type | Method and Description |
---|---|
void |
applyChanges(BinderParams bindParams)
Applies changes from this set of properties to the subtree rooted by the
bind root in the bind params.
|
PictoChartBindingOptions |
getBindingOptions()
Returns the
BindingOptions of this pattern if present. |
PictoChartExtendedProperties |
getExtendedProperties()
Returns the
ExtendedProperties of this pattern if present. |
java.lang.String |
getId() |
protected java.lang.String |
getProperty(java.lang.String localName)
Gets the attribute that will be applied on the root element of the bind root.
|
java.lang.String |
getValue()
Returns the value attribute of the chart.
|
java.lang.String |
getVar()
Returns the name of the var attribute.
|
void |
setId(java.lang.String id) |
protected void |
setProperty(java.lang.String localName,
java.lang.String value)
Sets the attribute that will be applied on the root element of the bind root.
|
void |
setValue(java.lang.String value)
Sets the value parameter of the chart.
|
void |
setVar(java.lang.String var)
Sets the var attribute's name.
|
merge
public static final java.lang.String PICTO_CHART_ITEM
public static final java.lang.String PICTO_CHART
public PictoChartExtendedProperties getExtendedProperties()
ExtendedPatternOptions
ExtendedProperties
of this pattern if present.
Properties may be set on the extended properties until the component is
bound.getExtendedProperties
in class ExtendedPatternOptions
public PictoChartBindingOptions getBindingOptions()
DvtExtendedPatternOptions
BindingOptions
of this pattern if present.
Binding related properties may be set on the BindingOptions class until the component is
bound.getBindingOptions
in class DvtExtendedPatternOptions
BindingOptions
that contains component specific options used by the binding task.
Check the component's options class for the specific implementation of BindingOptions used by that component.
For instance: charts are using ChartBindingOptionspublic void setId(java.lang.String id)
id
- A String that is the unique id of the chart.public java.lang.String getId()
public void setVar(java.lang.String var)
var
- public java.lang.String getVar()
public final void setValue(java.lang.String value)
value
- public final java.lang.String getValue()
public void applyChanges(BinderParams bindParams)
bindParams
- The bind params containing the binding rootprotected void setProperty(java.lang.String localName, java.lang.String value)
localName
- Localname of the attributevalue
- Value to setprotected java.lang.String getProperty(java.lang.String localName)
localName
- Localname of the attribute