com.ptc.core.client.web.action
Class WebNewTemporaryFrameActionHandlerSettingUrl
java.lang.Object
com.ptc.core.ca.co.client.element.CoElementHandler
com.ptc.core.ca.co.client.action.CoActionHandler
com.ptc.core.ca.co.client.action.CoGoToActionHandler
com.ptc.core.ca.co.client.action.CoNewFrameActionHandler
com.ptc.core.ca.co.client.action.CoNewTemporaryFrameActionHandler
com.ptc.core.client.web.action.WebNewTemporaryFrameActionHandlerSettingUrl
- All Implemented Interfaces:
- CoModelHandler, WebActionHandler
public class WebNewTemporaryFrameActionHandlerSettingUrl
- extends CoNewTemporaryFrameActionHandler
- implements WebActionHandler
WebNewTemporaryFrameActionHandler class is the web 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()
Creates and returns an instance of WebNewTemporaryFrameActionModel. |
protected void |
updateActionModel(CoAction action,
CoEnvData envData)
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 |
newModel
protected CoActionModel newModel()
- Creates and returns an instance of
WebNewTemporaryFrameActionModel.
Supported API: true
- Overrides:
newModel in class CoNewTemporaryFrameActionHandler
- Returns:
- CoActionModel
updateActionModel
protected void updateActionModel(CoAction action,
CoEnvData envData)
throws WTException
- 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