com.ptc.core.ca.web.client.action
Class WebSimpleNewFrameActionHandler

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
                      extended by com.ptc.core.ca.web.client.action.WebSimpleNewFrameActionHandler
All Implemented Interfaces:
CoModelHandler, WebActionHandler

Deprecated.

@Deprecated
public class WebSimpleNewFrameActionHandler
extends CoSimpleNewFrameActionHandler
implements WebActionHandler

WebSimpleNewFrameActionHandler class is the web "simple" action handler to be used to configure "new frame" action.

Supported API: true

Extendable: false


Method Summary
protected  CoActionModel newModel()
          Deprecated. Creates and returns an instance of WebNewFrameActionModel.
protected  void updateActionModel(CoAction action, CoEnvData envData)
          Deprecated. Updates action model: Delegates to a super class Updates window features to be used to generate javascript code to invoke window.open

Supported API: true
 
Methods inherited from class com.ptc.core.ca.co.client.action.CoSimpleNewFrameActionHandler
newActionHandlerData, updateAddress
 
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

newModel

protected CoActionModel newModel()
Deprecated. 
Creates and returns an instance of WebNewFrameActionModel.

Supported API: true

Overrides:
newModel in class CoNewFrameActionHandler
Returns:
CoActionModel

updateActionModel

protected void updateActionModel(CoAction action,
                                 CoEnvData envData)
                          throws WTException
Deprecated. 
Updates action model:
  • Delegates to a super class
  • Updates window features to be used to generate javascript code to invoke window.open


Supported API: true

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