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. |
merge
public TimeAxisExtendedProperties 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 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
public static TimeAxisOptions cloneFrom(TimeAxisOptions options)
options
- the options class that properties will be transferred from