Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

interface XSubmit
Description
provides functionality to submit data from a component.

Usually, this is used by ::com::sun::star::form::component::HTMLForms.

See the HTML specification to learn about submitting forms.


Methods' Summary
submit submits the component's data to a specified target.  
addSubmitListener adds the specified listener to receive the "approveSubmit" event.  
removeSubmitListener removes the specified listener.  
Methods' Details
submit
[oneway] void
submit( [in] ::com::sun::star::awt::XControl  aControl,
[in] ::com::sun::star::awt::MouseEvent  aMouseEvt );

Description
submits the component's data to a specified target.
Parameter aControl
the control which's data is to be be submitted
Parameter aMouseEvt
the event which triggered the submit, if it was a mouse event
See also
::com::sun::star::awt::MouseEvent
addSubmitListener
[oneway] void
addSubmitListener( [in] XSubmitListener  aListener );

Description
adds the specified listener to receive the "approveSubmit" event.
Parameter aListener
the listener to add.
See also
XSubmitListener
removeSubmitListener
[oneway] void
removeSubmitListener( [in] XSubmitListener  aListener );

Description
removes the specified listener.
Parameter aListener
the listener to remove.
See also
XSubmitListener
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.