com.ptc.core.ca.co.client.action
Class CoGoToActionHandler

java.lang.Object
  extended by com.ptc.core.ca.co.client.element.CoElementHandler
      extended by com.ptc.core.ca.co.client.action.CoActionHandler
          extended by com.ptc.core.ca.co.client.action.CoGoToActionHandler
All Implemented Interfaces:
CoModelHandler
Direct Known Subclasses:
CoNavBarActionHandler, CoNewFrameActionHandler, CoSimpleGoToActionHandler, WebGoToActionHandler

Deprecated.

@Deprecated
public abstract class CoGoToActionHandler
extends CoActionHandler

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

newModel

protected CoActionModel newModel()
Deprecated. 
Creates and returns an instance of CoGoToActionModel.

Supported API: true

Specified by:
newModel in class CoActionHandler
Returns:
CoActionModel

updateActionModel

protected void updateActionModel(CoAction action,
                                 CoEnvData envData)
                          throws WTException
Deprecated. 
Updates action model:
  • Delegates to a super class to invoke a doer to determine whether an action is visible and enabled.
  • When an action is visible and enabled, invokes updateAddress to update frame address in the model.


Supported API: true

Overrides:
updateActionModel in class CoActionHandler
Parameters:
action -
envData -
Throws:
WTException

updateAddress

protected void updateAddress(CoActionHandlerData data)
                      throws WTException
Deprecated. 
Updates frame address in the model.

Supported API: true

Parameters:
data -
Throws:
WTException