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

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
All Implemented Interfaces:
CoModelHandler
Direct Known Subclasses:
CoNewTemporaryFrameActionHandler, CoSimpleNewFrameActionHandler, WebNewFrameActionHandler

Deprecated.

@Deprecated
public abstract class CoNewFrameActionHandler
extends CoGoToActionHandler

CoNewFrameActionHandler provides a base class for an action handler to be used to configure "new frame" action. An action is considered "new frame" when triggering it creates a new frame with a location specified in action's model.

Supported API: true

Extendable: false


Method Summary
protected  CoActionModel newModel()
          Deprecated. Creates and returns an instance of CoNewFrameActionModel.
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.
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoGoToActionHandler
updateAddress
 
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 CoNewFrameActionModel.

Supported API: true

Overrides:
newModel in class CoGoToActionHandler
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.
  • Delegates to a super class to update frame address in the model.
  • Updates width and height in the model based on the configuration specification.


Supported API: true

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