com.ptc.core.ca.co.client.action
Class CoSimpleNewFrameActionHandler
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.CoSimpleNewFrameActionHandler
- All Implemented Interfaces:
- CoModelHandler
- Direct Known Subclasses:
- WebSimpleNewFrameActionHandler
Deprecated.
@Deprecated
public abstract class CoSimpleNewFrameActionHandler
- extends CoNewFrameActionHandler
CoSimpleNewFrameActionHandler provides a base class for
a "simple" action handler to be used to configure "new frame" action.
Supported API: true
Extendable: false
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