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 |
|---|---|
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. |
mergepublic TimeAxisExtendedProperties getExtendedProperties()
ExtendedPatternOptionsExtendedProperties of this pattern if present. Properties may be set on the extended properties until the component is bound.getExtendedProperties in class ExtendedPatternOptionspublic TimeAxisBindingOptions 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 DvtExtendedPatternOptionspublic static TimeAxisOptions cloneFrom(TimeAxisOptions options)
options - the options class that properties will be transferred from