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

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.CoNewTemporaryFrameActionHandler
                      extended by com.ptc.core.ca.co.client.action.CoSimpleNewTemporaryFrameActionHandler
All Implemented Interfaces:
CoModelHandler
Direct Known Subclasses:
CoPickerActionHandler, WebSimpleNewTemporaryFrameActionHandler

Deprecated.

@Deprecated
public abstract class CoSimpleNewTemporaryFrameActionHandler
extends CoNewTemporaryFrameActionHandler

CoSimpleNewTemporaryFrameActionHandler provides a base class for a "simple" action handler to be used to configure "new temporary 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.CoNewTemporaryFrameActionHandler
newModel
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoNewFrameActionHandler
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