::com::sun::star::form::FormControlModel |
- Description
- specifies the basic functionality for a form control model
Via this service, validatable control models inherit the
::com::sun::star::util::XCloneable interface.
If an validatable control model, at which a validator has been set (via
::com::sun::star::form::validation::XValidatable::setValidator ), is being cloned, then the
validator is also set at the clone. Effectively, this means that
both control model instances share the same validator instance.
|