public class NBoxRowOptions extends DvtExtendedPatternOptions
NBoxRowOptions.
Binding options that allow the user to change the structure and functionality of a NBoxRow.| Modifier and Type | Method and Description |
|---|---|
void |
applyChanges(BinderParams binderParams,
org.w3c.dom.Element elementNBoxRow)
Applies changes from this set of properties to the subtree rooted by the
bind root in the bind params.
|
static NBoxRowOptions |
cloneFrom(NBoxRowOptions options)
Creates an options class from the specified options class, transferring any common properties
|
NBoxRowBindingOptions |
getBindingOptions()
Returns the
BindingOptions of this pattern if present. |
NBoxRowExtendedProperties |
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) |
mergepublic void applyChanges(BinderParams binderParams, org.w3c.dom.Element elementNBoxRow)
binderParams - The bind params containing the binding rootpublic NBoxRowExtendedProperties getExtendedProperties()
ExtendedProperties of this pattern if present.
Properties may be set on the extended properties until the component is
bound.getExtendedProperties in class ExtendedPatternOptionspublic NBoxRowBindingOptions getBindingOptions()
DvtExtendedPatternOptionsBindingOptions of this pattern if present.
Binding related properties may be set on the BindingOptions class until the component is
bound.getBindingOptions in class DvtExtendedPatternOptionsBindingOptions 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 NBoxRowOptions cloneFrom(NBoxRowOptions 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()