Package com.ptc.core.ui.validation
package com.ptc.core.ui.validation
-
ClassDescriptionDefault implementation of SimpleValidationFilter
Supported API: true
Extendable: trueThis class serves as a default implementation of the UIComponentValidator Interface.Default implementation for a URL Validator, which will allow access to URL
Custom URL Validators need to extend this class and overridepreValidateActionmethod.
Supported API: true
Extendable: trueThis class serves as a default implementation of the ValidationFilter Interface.This class can be used by clients wanting to call the UI Validation Service to perform post-select validation operations.This Interface defines the APIs that all delegates used by the UIComponentValidationService need to implement.UIValidationCriteria objects serve as wrappers for data to be passed to the APIs on the UIComponentValidationService.
Supported API: true
Extendable: false
Supported API: true
Extendable: falseA UIValidationResult object contains one unit of validation output (one action/component, one object).A UIValidationResultSet object contains one or more UIValidationResult objects.This EnumeratedType sub-class contains a set of statuses that can be used to indicate an action's or a component's availability/visibility/permission in the UI.This class encapsulates the "User-Agent" in the request header.A UIVFilter is a delegate that the UI validation service calls before calling any validators.