com.ptc.windchill.enterprise.change2.validators
Class RelatedChangesValidator
java.lang.Object
com.ptc.core.ui.validation.DefaultValidationFilter
com.ptc.core.ui.validation.DefaultUIComponentValidator
com.ptc.windchill.enterprise.change2.validators.RelatedChangesValidator
- All Implemented Interfaces:
- com.ptc.core.ui.validation.UIComponentValidator, com.ptc.core.ui.validation.ValidationFilter
public class RelatedChangesValidator
- extends com.ptc.core.ui.validation.DefaultUIComponentValidator
Supported API: true
|
Method Summary |
com.ptc.core.ui.validation.UIValidationResultSet |
performLimitedPreValidation(com.ptc.core.ui.validation.UIValidationKey validationKey,
com.ptc.core.ui.validation.UIValidationCriteria validationCriteria,
Locale locale)
This method will perform the full pre validation on whether to expose
the Related Items -> Changes third level navigation action. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
performLimitedPreValidation
public com.ptc.core.ui.validation.UIValidationResultSet performLimitedPreValidation(com.ptc.core.ui.validation.UIValidationKey validationKey,
com.ptc.core.ui.validation.UIValidationCriteria validationCriteria,
Locale locale)
throws WTException
- This method will perform the full pre validation on whether to expose
the Related Items -> Changes third level navigation action.
Supported API: true
- Overrides:
performLimitedPreValidation in class com.ptc.core.ui.validation.DefaultUIComponentValidator
- Parameters:
validationKey - The key to validatevalidationCriteria - The criteria available for evaluation.locale - The current user's locale.
- Returns:
- a validation result of the query. The result will be
UIValidationStatus.HIDDEN if the action is not to be
exposed or UIValidationSatus.ENABLED enabled if the
action is to be exposed.
- Throws:
WTException