public class TimelineItemOptions extends DvtExtendedPatternOptions
TimelineItemOptions.
Binding options that allow the user to change the structure and functionality of a Timeline Items.| Modifier and Type | Class and Description |
|---|---|
class |
TimelineItemOptions.AttributeValues |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ADF_OUTPUT_FORMATTED |
static java.lang.String |
ADF_OUTPUT_FORMATTED_WITH_LABEL |
static java.lang.String |
ADF_OUTPUT_TEXT |
static java.lang.String |
ADF_OUTPUT_TEXT_WITH_LABEL |
| Constructor and Description |
|---|
TimelineItemOptions() |
| Modifier and Type | Method and Description |
|---|---|
static TimelineItemOptions |
cloneFrom(TimelineItemOptions options)
Creates an options class from the specified options class, transferring any common properties
|
java.util.List<TimelineItemOptions.AttributeValues> |
getAttributes()
Retrieves
List of AttributeValues associated with the Timeline Item. |
TimelineItemBindingOptions |
getBindingOptions()
Returns the
BindingOptions of this pattern if present. |
TimelineItemExtendedProperties |
getExtendedProperties()
Returns the
ExtendedProperties of this pattern if present. |
oracle.binding.meta.NamedDefinition |
getGroupAttribute()
Retrieves
NamedDefinition associated with the Timeline Item Group. |
java.lang.String |
getGroupExpression()
Retrieves
String associated with the Timeline Item Expression. |
java.lang.String |
getImage()
Retrieves the Image associated with the Timeline Item.
|
MarkerOptions |
getMarkerOptions()
Retrieves the
MarkerOptions associated with the TimelineItem. |
TimelineSeriesOptions |
getParent()
Retrieves the
TimelineSeriesOptions parent of this TimelineItemOptions. |
oracle.binding.meta.NamedDefinition |
getValue()
Retrieves
NamedDefinition associated with the Timeline Item. |
void |
setAttributes(java.util.List<TimelineItemOptions.AttributeValues> listAttributes)
Specifies the Attributes associated with the Timeline Item.
|
void |
setGroup(oracle.binding.meta.NamedDefinition namedDefinition)
Specifies the
NamedDefinition associated with the Timeline Item Group. |
void |
setGroup(java.lang.String strExpression)
Specifies the
String associated with the Timeline Item Expression. |
void |
setImage(java.lang.String strImage)
Specifies the Image associated with the Timeline Item.
|
void |
setMarkerOptions(MarkerOptions markerOptions)
Specifies the
MarkerOptions associated with the TimelineItem. |
void |
setParent(TimelineSeriesOptions timelineSeriesOptions)
Specifies the
TimelineSeriesOptions parent of this TimelineItemOptions. |
void |
setValue(oracle.binding.meta.NamedDefinition namedDefinition)
Specifies the
NamedDefinition associated with the Timeline Item. |
mergepublic static final java.lang.String ADF_OUTPUT_TEXT
public static final java.lang.String ADF_OUTPUT_FORMATTED
public static final java.lang.String ADF_OUTPUT_TEXT_WITH_LABEL
public static final java.lang.String ADF_OUTPUT_FORMATTED_WITH_LABEL
public TimelineItemExtendedProperties getExtendedProperties()
ExtendedPatternOptionsExtendedProperties of this pattern if present. Properties may be set on the extended properties until the component is bound.getExtendedProperties in class ExtendedPatternOptionspublic TimelineItemBindingOptions 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 TimelineItemOptions cloneFrom(TimelineItemOptions options)
options - the options class that properties will be transferred frompublic void setParent(TimelineSeriesOptions timelineSeriesOptions)
TimelineSeriesOptions parent of this TimelineItemOptions.timelineSeriesOptions - A TimelineSeriesOptions representing the parent.public TimelineSeriesOptions getParent()
TimelineSeriesOptions parent of this TimelineItemOptions.TimelineSeriesOptions representing the parent.public void setValue(oracle.binding.meta.NamedDefinition namedDefinition)
NamedDefinition associated with the Timeline Item.namedDefinition - A NamedDefinition associated with the Timeline Item.public oracle.binding.meta.NamedDefinition getValue()
NamedDefinition associated with the Timeline Item.NamedDefinition associated with the Timeline Item.public void setGroup(oracle.binding.meta.NamedDefinition namedDefinition)
NamedDefinition associated with the Timeline Item Group.namedDefinition - A NamedDefinition associated with the Timeline Item Group.public oracle.binding.meta.NamedDefinition getGroupAttribute()
NamedDefinition associated with the Timeline Item Group.NamedDefinition associated with the Timeline Item Group.public void setGroup(java.lang.String strExpression)
String associated with the Timeline Item Expression.strExpression - A String associated with the Timeline Item Expression.public java.lang.String getGroupExpression()
String associated with the Timeline Item Expression.String associated with the Timeline Item Expression.public void setAttributes(java.util.List<TimelineItemOptions.AttributeValues> listAttributes)
listAttributes - A List of AttributeValues associated with the Timeline Item.public java.util.List<TimelineItemOptions.AttributeValues> getAttributes()
List of AttributeValues associated with the Timeline Item.List of AttributeValues associated with the Timeline Item.public void setImage(java.lang.String strImage)
strImage - A String representing the path to the image.public java.lang.String getImage()
String representing the path to the image.public void setMarkerOptions(MarkerOptions markerOptions)
MarkerOptions associated with the TimelineItem.markerOptions - A MarkerOptions associated with the TimelineItem.public MarkerOptions getMarkerOptions()
MarkerOptions associated with the TimelineItem.MarkerOptions associated with the TimelineItem.