:: com :: sun :: star :: form ::

module validation
Description
collects functionality to validate form components by help of external validator instances

Services
ValidatableBindableControlModel specifies a control model which supports both binding to an external value supplier, and to an external validator.
ValidatableControlModel specifies the model of a form control which supports live validation of its input.
Interfaces
XFormComponentValidityListener is the listener interface to be notified of changes of a XValidatableFormComponent
XValidatable specifies support for validating a component
XValidatableFormComponent is a convenience interface for accessing several aspects of a form component which supports validation.
XValidator specifies a component able to validate (the content of) other components
XValidityConstraintListener specifies an interface for listening for changes in the validity constraints represented by an XValidator.
Top of Page