public class TimeAxisOptions extends DvtExtendedPatternOptions
TimeAxisOptions
.
Binding options that allow the user to change the structure and functionality of a Timeline Items.Modifier and Type | Method and Description |
---|---|
void |
applyChanges(BinderParams binderParams)
Applies changes from this set of properties to the subtree rooted by the
bind root in the bind params.
|
void |
applyChanges(BinderParams binderParams,
org.w3c.dom.Element elementTimeAxis)
Applies changes from this set of properties to the subtree rooted by the
bind root in the bind params.
|
static TimeAxisOptions |
cloneFrom(TimeAxisOptions options)
Creates an options class from the specified options class, transferring any common properties
|
TimeAxisBindingOptions |
getBindingOptions()
Returns the
BindingOptions of this pattern if present. |
TimeAxisExtendedProperties |
getExtendedProperties()
Returns the
ExtendedProperties of this pattern if present. |
merge
public void applyChanges(BinderParams binderParams)
binderParams
- The bind params containing the binding rootpublic void applyChanges(BinderParams binderParams, org.w3c.dom.Element elementTimeAxis)
binderParams
- The bind params containing the binding rootelementTimeAxis
- A Element
to bind.public TimeAxisExtendedProperties 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 TimeAxisBindingOptions 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 TimeAxisOptions cloneFrom(TimeAxisOptions options)
options
- the options class that properties will be transferred from