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 |
|---|---|
void |
applyChanges(BinderParams binderParams,
org.w3c.dom.Element elementTimelineItem)
Applies changes from this set of properties to the subtree rooted by the
bind root in the bind params.
|
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. |
java.lang.Object |
getDescription()
Retrieves the description associated with the Timeline Item.
|
oracle.binding.meta.NamedDefinition |
getEndTime()
Retrieves
NamedDefinition associated with the Timeline Item endTime attribute. |
TimelineItemExtendedProperties |
getExtendedProperties()
Ti
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 |
getStartTime()
Retrieves
NamedDefinition associated with the Timeline Item startTime attribute. |
java.lang.Object |
getTitle()
Retrieves the title associated with the Timeline Item.
|
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 |
setDescription(java.lang.Object objDescription)
Specifies the description associated with the Timeline Item.
|
void |
setEndTime(oracle.binding.meta.NamedDefinition namedDefinition)
Specifies the
NamedDefinition associated with the Timeline Item endTime attribute. |
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 |
setStartTime(oracle.binding.meta.NamedDefinition namedDefinition)
Specifies the
NamedDefinition associated with the Timeline Item startTime attribute. |
void |
setTitle(java.lang.Object objTitle)
Specifies the title associated with the Timeline Item.
|
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 void applyChanges(BinderParams binderParams, org.w3c.dom.Element elementTimelineItem)
binderParams - A BinderParams containing the binding root.elementTimelineItem - A Element to apply the binderParams to.public TimelineItemExtendedProperties getExtendedProperties()
ExtendedProperties 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 DvtExtendedPatternOptionsBindingOptions 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 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.
This is not supported by AMX Mobile.namedDefinition - A NamedDefinition associated with the Timeline Item.public oracle.binding.meta.NamedDefinition getValue()
NamedDefinition associated with the Timeline Item.
This is not supported by AMX Mobile.NamedDefinition associated with the Timeline Item.public void setStartTime(oracle.binding.meta.NamedDefinition namedDefinition)
NamedDefinition associated with the Timeline Item startTime attribute.
This is only supported by AMX Mobile.namedDefinition - A NamedDefinition associated with the Timeline Item startTime attribute.public oracle.binding.meta.NamedDefinition getStartTime()
NamedDefinition associated with the Timeline Item startTime attribute.
This is only supported by AMX Mobile.NamedDefinition associated with the Timeline Item startTime attribute.public void setEndTime(oracle.binding.meta.NamedDefinition namedDefinition)
NamedDefinition associated with the Timeline Item endTime attribute.
This is only supported by AMX Mobile.namedDefinition - A NamedDefinition associated with the Timeline Item endTime attribute.public oracle.binding.meta.NamedDefinition getEndTime()
NamedDefinition associated with the Timeline Item endTime attribute.
This is only supported by AMX Mobile.NamedDefinition associated with the Timeline Item endTime attribute.public void setDescription(java.lang.Object objDescription)
objDescription - A Object representing the description.public java.lang.Object getDescription()
Object representing the description.public void setTitle(java.lang.Object objTitle)
objTitle - A Object representing the title.public java.lang.Object getTitle()
Object representing the title.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.