public class TimelineOverviewOptions extends DvtExtendedPatternOptions
TimelineOverviewOptions.
Binding options that allow the user to change the structure and functionality of a Timeline.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
POSITION_ABOVE |
static java.lang.String |
POSITION_BELOW |
| Modifier and Type | Method and Description |
|---|---|
static TimelineOverviewOptions |
cloneFrom(TimelineOverviewOptions options)
Creates an options class from the specified options class, transferring any common properties
|
TimelineOverviewBindingOptions |
getBindingOptions()
Returns the
BindingOptions of this pattern if present. |
TimelineOverviewExtendedProperties |
getExtendedProperties()
Returns the
ExtendedProperties of this pattern if present. |
MarkerOptions |
getMarkerOptions()
Retrieves the
MarkerOptions associated with the Timeline. |
TimeAxisOptions |
getTimeAxisOptions()
Retrieves the
TimeAxisOptions associated with the Timeline. |
java.lang.String |
getTimelineOverviewPosition()
Retrieves the position of the Timeline Overview associated with the Timeline.
|
void |
setMarkerOptions(MarkerOptions markerOptions)
Specifies the
MarkerOptions associated with the Timeline. |
void |
setTimeAxisOptions(TimeAxisOptions timeAxisOptions)
Specifies the
TimeAxisOptions associated with the Timeline. |
void |
setTimelineOverviewPosition(java.lang.String strPosition)
Specifies the position of the Timeline Overview associated with the Timeline.
|
mergepublic static final java.lang.String POSITION_ABOVE
public static final java.lang.String POSITION_BELOW
public TimelineOverviewExtendedProperties getExtendedProperties()
ExtendedPatternOptionsExtendedProperties of this pattern if present. Properties may be set on the extended properties until the component is bound.getExtendedProperties in class ExtendedPatternOptionspublic TimelineOverviewBindingOptions 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 TimelineOverviewOptions cloneFrom(TimelineOverviewOptions options)
options - the options class that properties will be transferred frompublic void setTimeAxisOptions(TimeAxisOptions timeAxisOptions)
TimeAxisOptions associated with the Timeline.timeAxisOptions - A TimeAxisOptions associated with the Timeline.public TimeAxisOptions getTimeAxisOptions()
TimeAxisOptions associated with the Timeline.TimeAxisOptions associated with the Timeline.public void setMarkerOptions(MarkerOptions markerOptions)
MarkerOptions associated with the Timeline.markerOptions - A MarkerOptions associated with the Timeline.public MarkerOptions getMarkerOptions()
MarkerOptions associated with the Timeline.MarkerOptions associated with the Timeline.public void setTimelineOverviewPosition(java.lang.String strPosition)
strPosition - A String representing the Timeline Overview position.POSITION_ABOVE, POSITION_BELOWpublic java.lang.String getTimelineOverviewPosition()
String representing the Timeline Overview position.POSITION_ABOVE, POSITION_BELOW