|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.element.CoElementHandler
com.ptc.core.ca.co.client.action.CoActionHandler
com.ptc.core.ca.co.client.action.CoGoToActionHandler
@Deprecated public abstract class CoGoToActionHandler
CoGoToActionHandler provides a base class for an action
handler to be used to configure "go to" action. An action is considered
"go to" when triggering it changes the location of its frame.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
protected CoActionModel |
newModel()
Deprecated. Creates and returns an instance of CoGoToActionModel |
protected void |
updateActionModel(CoAction action,
CoEnvData envData)
Deprecated. Updates action model: Delegates to a super class to invoke a doer to determine whether an action is visible and enabled. |
protected void |
updateAddress(CoActionHandlerData data)
Deprecated. Updates frame address in the model. |
| Methods inherited from class com.ptc.core.ca.co.client.action.CoActionHandler |
|---|
getActionDoer, getActionDoerConfig, initActionModel, newActionHandlerData, updateModel |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
protected CoActionModel newModel()
CoGoToActionModel.
Supported API: true
- Specified by:
newModel in class CoActionHandler
- Returns:
- CoActionModel
protected void updateActionModel(CoAction action,
CoEnvData envData)
throws WTException
updateAddress
to update frame address in the model.
updateActionModel in class CoActionHandleraction - envData -
WTException
protected void updateAddress(CoActionHandlerData data)
throws WTException
data -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||