com.ptc.core.ca.co.client.wizard
Class CoWizardStepActionValidator
java.lang.Object
com.ptc.core.ca.co.client.doer.CoDefaultActionValidator
com.ptc.core.ca.co.client.doer.CoAbstractSimpleActionValidator
com.ptc.core.ca.co.client.wizard.CoWizardStepActionValidator
- All Implemented Interfaces:
- CoActionValidator
Deprecated.
@Deprecated
public class CoWizardStepActionValidator
- extends CoAbstractSimpleActionValidator
The class implementing a validator for the wizard step actions. The validator
allows triggering an action when all of the required attributes for a
current step have their values. Thus the step can not be changed when
this condition is not met.
Supported API: true
Extendable: true
|
Nested Class Summary |
static class |
com.ptc.core.ca.co.client.wizard.CoWizardStepActionValidator.Visitor
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
canExecute
public boolean canExecute(CoConfigFeature validatorConfig,
CoSimpleActionHandlerData execData)
throws WTException
- Deprecated.
Supported API: true
- Overrides:
canExecute in class CoAbstractSimpleActionValidator
- Parameters:
validatorConfig - execData -
- Returns:
- boolean
- Throws:
WTException