com.ptc.core.ca.co.client.primitive
Interface CoHyperLinkValidator

All Known Implementing Classes:
CoDefaultHyperLinkValidator, CoSimpleDefaultHyperLinkValidator, ViewAttributeVisibilityHyperLinkValidator

Deprecated.

@Deprecated
public interface CoHyperLinkValidator

The interface action validators implement. A validator is a class helping to determine whether an action is relevant to the current situation and whether it can be triggered.

Supported API: true

Extendable: true


Method Summary
 boolean canExecute(CoConfigFeature validatorConfig, CoHyperLinkData execData)
          Deprecated. The method to determine whether a hyperlink can be enabled in the current situation.
 boolean isRelevant(CoConfigFeature validatorConfig, CoHyperLinkData execData)
          Deprecated. The method to determine whether a hyperlink is relevant to the current situation.
 

Method Detail

canExecute

boolean canExecute(CoConfigFeature validatorConfig,
                   CoHyperLinkData execData)
                   throws WTException
Deprecated. 
The method to determine whether a hyperlink can be enabled in the current situation.

Supported API: true

Parameters:
validatorConfig -
execData -
Returns:
boolean
Throws:
WTException

isRelevant

boolean isRelevant(CoConfigFeature validatorConfig,
                   CoHyperLinkData execData)
                   throws WTException
Deprecated. 
The method to determine whether a hyperlink is relevant to the current situation.

Supported API: true

Parameters:
validatorConfig -
execData -
Returns:
boolean
Throws:
WTException