LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides functionality to submit data from a component. More...
import"XSubmit.idl";
Public Member Functions | |
void | submit ([in] com::sun::star::awt::XControl aControl, [in] com::sun::star::awt::MouseEvent aMouseEvt) |
submits the component's data to a specified target. More... | |
void | addSubmitListener ([in] com::sun::star::form::XSubmitListener aListener) |
adds the specified listener to receive the "approveSubmit" event. More... | |
void | removeSubmitListener ([in] com::sun::star::form::XSubmitListener aListener) |
removes the specified listener. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
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.
void addSubmitListener | ( | [in] com::sun::star::form::XSubmitListener | aListener | ) |
adds the specified listener to receive the "approveSubmit" event.
aListener | the listener to add. |
void removeSubmitListener | ( | [in] com::sun::star::form::XSubmitListener | aListener | ) |
removes the specified listener.
aListener | the listener to remove. |
void submit | ( | [in] com::sun::star::awt::XControl | aControl, |
[in] com::sun::star::awt::MouseEvent | aMouseEvt | ||
) |
submits the component's data to a specified target.
aControl | the control whose data is to be submitted |
aMouseEvt | the event which triggered the submit, if it was a mouse event |