com.ptc.core.ca.co.client.wizard
Class CoCancelActionHandler
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.CoInPlaceActionHandler
com.ptc.core.ca.co.client.action.CoSimpleInPlaceActionHandler
com.ptc.core.ca.co.client.wizard.CoWizardActionHandler
com.ptc.core.ca.co.client.wizard.CoCancelActionHandler
- All Implemented Interfaces:
- CoModelHandler
- Direct Known Subclasses:
- WebCancelActionHandler
Deprecated.
@Deprecated
public abstract class CoCancelActionHandler
- extends CoWizardActionHandler
The action handler to be used by the action handler for Cancel action
from the wizard action list.
Supported API: true
Extendable: false
updateActionModel
protected void updateActionModel(CoAction action,
CoEnvData envData)
throws WTException
- Deprecated.
- Updates the face place of the action. Does not delegate to the super
class.
Supported API: true
- Overrides:
updateActionModel in class CoInPlaceActionHandler
- Parameters:
action - envData -
- Throws:
WTException
performOperation
public void performOperation(CoAction action,
CoEnvData envData)
throws WTException
- Deprecated.
- Issues an instruction to close the frame. Does not delegate to the
super class.
Supported API: true
- Overrides:
performOperation in class CoActionHandler
- Parameters:
action - envData -
- Throws:
WTException