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

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
              extended by com.ptc.core.ca.co.client.action.CoSimpleGoToActionHandler
All Implemented Interfaces:
CoModelHandler
Direct Known Subclasses:
WebSimpleGoToActionHandler

Deprecated.

@Deprecated
public abstract class CoSimpleGoToActionHandler
extends CoGoToActionHandler

CoSimpleGoToActionHandler provides a base class for a "simple" action handler to be used to configure "go to" action.

Supported API: true

Extendable: false


Method Summary
protected  CoActionHandlerData newActionHandlerData()
          Deprecated. Creates and returns a new instance of CoSimpleActionHandlerData.
protected  void updateAddress(CoActionHandlerData data)
          Deprecated. Updates frame address in the model.
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoGoToActionHandler
newModel, updateActionModel
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoActionHandler
getActionDoer, getActionDoerConfig, initActionModel, updateModel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

updateAddress

protected void updateAddress(CoActionHandlerData data)
                      throws WTException
Deprecated. 
Updates frame address in the model. This method tries to locate type and ufid of an object relevant to the action.

Supported API: true

Overrides:
updateAddress in class CoGoToActionHandler
Parameters:
data -
Throws:
WTException

newActionHandlerData

protected CoActionHandlerData newActionHandlerData()
Deprecated. 
Creates and returns a new instance of CoSimpleActionHandlerData.

Supported API: true

Overrides:
newActionHandlerData in class CoActionHandler
Returns:
CoActionHandlerData