public interface Trigger extends IChartObject
The following features are supported:
DataPackage.getTrigger()
Modifier and Type | Method and Description |
---|---|
Trigger |
copyInstance() |
Action |
getAction()
Returns the value of the 'Action' containment reference.
|
TriggerCondition |
getCondition()
Returns the value of the 'Condition' attribute.
|
TriggerFlow |
getTriggerFlow()
Returns the value of the 'Trigger Flow' attribute.
|
boolean |
isSetCondition()
Returns whether the value of the '
Condition ' attribute is set. |
boolean |
isSetTriggerFlow()
Returns whether the value of the '
Trigger Flow ' attribute is set. |
void |
setAction(Action value)
Sets the value of the '
Action ' containment reference. |
void |
setCondition(TriggerCondition value)
Sets the value of the '
Condition ' attribute. |
void |
setTriggerFlow(TriggerFlow value)
Sets the value of the '
Trigger Flow ' attribute. |
void |
unsetCondition()
Unsets the value of the '
Condition ' attribute. |
void |
unsetTriggerFlow()
Unsets the value of the '
Trigger Flow ' attribute. |
TriggerCondition getCondition()
"Mouse_Hover"
.
The literals are from the enumeration TriggerCondition
.
Specifies the condition for the Trigger. This value determines when the Action is processed.
TriggerCondition
,
isSetCondition()
,
unsetCondition()
,
setCondition(TriggerCondition)
,
DataPackage.getTrigger_Condition()
void setCondition(TriggerCondition value)
Condition
' attribute.
value
- the new value of the 'Condition' attribute.TriggerCondition
,
isSetCondition()
,
unsetCondition()
,
getCondition()
void unsetCondition()
Condition
' attribute.
boolean isSetCondition()
Condition
' attribute is set. unsetCondition()
,
getCondition()
,
setCondition(TriggerCondition)
Action getAction()
setAction(Action)
,
DataPackage.getTrigger_Action()
void setAction(Action value)
Action
' containment reference.
value
- the new value of the 'Action' containment reference.getAction()
TriggerFlow getTriggerFlow()
"Capture"
.
The literals are from the enumeration TriggerFlow
.
Specifies the bubbling behavior of the Trigger.
TriggerFlow
,
isSetTriggerFlow()
,
unsetTriggerFlow()
,
setTriggerFlow(TriggerFlow)
,
DataPackage.getTrigger_TriggerFlow()
void setTriggerFlow(TriggerFlow value)
Trigger Flow
' attribute.
value
- the new value of the 'Trigger Flow' attribute.TriggerFlow
,
isSetTriggerFlow()
,
unsetTriggerFlow()
,
getTriggerFlow()
void unsetTriggerFlow()
Trigger Flow
' attribute.
boolean isSetTriggerFlow()
Trigger Flow
' attribute is set.
unsetTriggerFlow()
,
getTriggerFlow()
,
setTriggerFlow(TriggerFlow)
Trigger copyInstance()
copyInstance
in interface IChartObject
Copyright © 2005-2008 Actuate Corp. All rights reserved.