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

module validation

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