public class NBoxColumnOptions extends DvtExtendedPatternOptions
NBoxColumnOptions
.
Binding options that allow the user to change the structure and functionality of a NBoxColumn.Modifier and Type | Method and Description |
---|---|
void |
applyChanges(BinderParams binderParams,
org.w3c.dom.Element elementNBoxColumn)
Applies changes from this set of properties to the subtree rooted by the
bind root in the bind params.
|
static NBoxColumnOptions |
cloneFrom(NBoxColumnOptions options)
Creates an options class from the specified options class, transferring any common properties
|
NBoxColumnBindingOptions |
getBindingOptions()
Returns the
BindingOptions of this pattern if present. |
NBoxColumnExtendedProperties |
getExtendedProperties()
Returns the
ExtendedProperties of this pattern if present. |
java.lang.String |
getLabel() |
java.lang.String |
getValue() |
boolean |
isRebind(org.w3c.dom.Element elementRoot) |
java.lang.String |
setLabel(java.lang.String strLabel) |
java.lang.String |
setValue(java.lang.String strValue) |
merge
public void applyChanges(BinderParams binderParams, org.w3c.dom.Element elementNBoxColumn)
binderParams
- The bind params containing the binding rootelementNBoxColumn
- The nboxColumn Element
.public NBoxColumnExtendedProperties getExtendedProperties()
ExtendedProperties
of this pattern if present.
Properties may be set on the extended properties until the component is
bound.getExtendedProperties
in class ExtendedPatternOptions
public NBoxColumnBindingOptions 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 static NBoxColumnOptions cloneFrom(NBoxColumnOptions options)
options
- the options class that properties will be transferred frompublic boolean isRebind(org.w3c.dom.Element elementRoot)
public java.lang.String setValue(java.lang.String strValue)
public java.lang.String getValue()
public java.lang.String setLabel(java.lang.String strLabel)
public java.lang.String getLabel()