Class UIValidationResult

java.lang.Object
com.ptc.core.ui.validation.UIValidationResult
All Implemented Interfaces:
Serializable

public class UIValidationResult extends Object implements Serializable
A UIValidationResult object contains one unit of validation output (one action/component, one object). It should always contain at least a validationKey attribute, indicating the key that was used to perform the validation, and a status attribute, indicating what should be done with the selected action/component (e.g., display the action/component, hide the action/component, allow the selected action to proceed, etc.) In addition, a UIValidationResult may also contain a targetObject attribute, which links the result to a specific WTReference, and a feedbackMsg attribute, which contains text that could optionally be displayed to the user.

Supported API: true

Extendable: false
See Also: