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

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
All Implemented Interfaces:
CoModelHandler
Direct Known Subclasses:
CoSimpleNewTemporaryFrameActionHandler, WebNewTemporaryFrameActionHandler, WebNewTemporaryFrameActionHandlerSettingUrl

Deprecated.

@Deprecated
public abstract class CoNewTemporaryFrameActionHandler
extends CoNewFrameActionHandler

CoNewTemporaryFrameActionHandler provides a base class for an action handler to be used to configure "new temporary frame" action. An action is considered "new temporary frame" when triggering it creates a new temporary 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 CoNewTemporaryFrameActionModel.
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoNewFrameActionHandler
updateActionModel
 
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 CoNewTemporaryFrameActionModel.

Supported API: true

Overrides:
newModel in class CoNewFrameActionHandler
Returns:
CoActionModel