|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@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 |
|---|
boolean canExecute(CoConfigFeature validatorConfig,
CoHyperLinkData execData)
throws WTException
validatorConfig - execData -
WTException
boolean isRelevant(CoConfigFeature validatorConfig,
CoHyperLinkData execData)
throws WTException
validatorConfig - execData -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||