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

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

Deprecated.

@Deprecated
public abstract class CoSimpleNewFrameActionHandler
extends CoNewFrameActionHandler

CoSimpleNewFrameActionHandler provides a base class for a "simple" action handler to be used to configure "new frame" 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.CoNewFrameActionHandler
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