public class TimelineItemOptions.AttributeValues
extends java.lang.Object
Constructor and Description |
---|
TimelineItemOptions.AttributeValues()
Default Constructor
|
Modifier and Type | Method and Description |
---|---|
Widget |
getComponent() |
java.lang.String |
getLabel() |
oracle.binding.meta.NamedDefinition |
getValue() |
void |
setComponent(Widget widgetComponent) |
void |
setLabel(java.lang.String strLabel) |
void |
setValue(oracle.binding.meta.NamedDefinition namedDefinitionValue) |
public TimelineItemOptions.AttributeValues()
public void setComponent(Widget widgetComponent)
public Widget getComponent()
public void setValue(oracle.binding.meta.NamedDefinition namedDefinitionValue)
public oracle.binding.meta.NamedDefinition getValue()
public void setLabel(java.lang.String strLabel)
public java.lang.String getLabel()