com.ptc.core.ca.co.client.action
Class CoSimpleGoToActionHandler
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.CoSimpleGoToActionHandler
- All Implemented Interfaces:
- CoModelHandler
- Direct Known Subclasses:
- WebSimpleGoToActionHandler
Deprecated.
@Deprecated
public abstract class CoSimpleGoToActionHandler
- extends CoGoToActionHandler
CoSimpleGoToActionHandler provides a base class for a "simple"
action handler to be used to configure "go to" 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