- Description
- specifies support for validating a component
- See also
- XValidator
- Developers Guide
Methods' Summary |
setValidator |
sets an external instance which is able to validate the component
|
getValidator |
retrieves the external instance which is currently used to validate the component
|
Methods' Details |
setValidator
- Description
- sets an external instance which is able to validate the component
Any previously active validator will be revoked - there can be only one!
- Parameter Validator
-
the new validator which is to be used by the component. May be NULL ,
in this case only the current validator is revoked.
- Throws
- ::com::sun::star::util::VetoException
if changing the validator is not allowed in the current component state
|
|
getValidator
- Description
- retrieves the external instance which is currently used to validate the component
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.
|