Methods' Details |
submit
- Description
- tells the component to submit data
- Throws
- com::sun::star::util::VetoException
if the submission has been vetoed. Usually, this indicates that not all
requirements for the submission, e.g. data consistency, are fulfilled.
- Throws
- com::sun::star::lang::WrappedTargetException
if an error occured during invoking the submission target
|
|
submitWithInteraction
- Description
- tells the component to submit data
- Parameter aHandler
- This handler allows additional user interaction, which may be necessary before
the submission can be performed.
- Throws
- com::sun::star::util::VetoException
if the submission has been vetoed. Usually, this indicates that not all
requirements for the submission, e.g. data consistency, are fulfilled.
- Throws
- com::sun::star::lang::WrappedTargetException
if an error occured during invoking the submission target
|
|
addSubmissionVetoListener
- Description
- registers the given listener to be notified when a submission occurs
- Parameter listener
- the listener to register
- Throws
- com::sun::star::lang::NoSupportException
when the component does not support external componentsw vetoing the submission
|
|
removeSubmissionVetoListener
- Description
- revokes a listener which has previously been registered to be notified when a submission occurs
- Parameter listener
- the listener to revoke
- Throws
- com::sun::star::lang::NoSupportException
when the component does not support external componentsw vetoing the submission
|
|
Copyright © 2010 Sun Microsystems, Inc.