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

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.CoWizardDialogActionValidator
All Implemented Interfaces:
CoActionValidator

Deprecated.

@Deprecated
public class CoWizardDialogActionValidator
extends CoAbstractSimpleActionValidator

The class implementing a validator for the Ok or Apply actions. The validator allows triggering the action when all of the required attributes have their values.

Supported API: true

Extendable: true


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