com.ptc.core.ca.co.client.wizard
Class CoWizardStepActionValidator

java.lang.Object
  extended by com.ptc.core.ca.co.client.doer.CoDefaultActionValidator
      extended by com.ptc.core.ca.co.client.doer.CoAbstractSimpleActionValidator
          extended by 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.  
 
Method Summary
 boolean canExecute(CoConfigFeature validatorConfig, CoSimpleActionHandlerData execData)
          Deprecated. 

Supported API: true
 
Methods inherited from class com.ptc.core.ca.co.client.doer.CoAbstractSimpleActionValidator
canExecute, isRelevant, isRelevant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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