|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface CoActionHandlerData
CoActionHandlerData interface provides the access the the
basic information about an action element.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
ACTION
Deprecated. Label for the attribute; the reference to an action element. |
static String |
ACTION_TRIGGERED
Deprecated. Label for the attribute; the action trigger status indicating whether an action was triggered. |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoHandlerData |
|---|
ENV_DATA |
| Method Summary | |
|---|---|
CoAction |
getAction()
Deprecated. Gets the value of the attribute: ACTION. |
boolean |
isActionTriggered()
Deprecated. Gets the value of the attribute: ACTION_TRIGGERED. |
void |
setActionTriggered(boolean a_ActionTriggered)
Deprecated. Sets the value of the attribute: ACTION_TRIGGERED. |
| Methods inherited from interface com.ptc.core.ca.co.client.element.CoHandlerData |
|---|
getEnvData |
| Field Detail |
|---|
static final String ACTION
static final String ACTION_TRIGGERED
During the update of the action model handler calls methods to determine
visibility and accessability of the action. At that moment the trigger
status will be set to false.
Supported API: true
| Method Detail |
|---|
CoAction getAction()
boolean isActionTriggered()
During the update of the action model handler calls methods to
determine visibility and accessability of the action. At that moment
the trigger status will be set to false.
Supported API: true
void setActionTriggered(boolean a_ActionTriggered)
During the update of the action model handler calls methods to
determine visibility and accessability of the action. At that moment
the trigger status will be set to false.
Supported API: true
a_ActionTriggered -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||