:: com :: sun :: star :: form ::
|
interface XSubmit |
- Base Interfaces
::com::sun::star::uno::XInterface
|
+--XSubmit
::com::sun::star::uno::XInterface |
- (referenced interface's summary:)
- base interface of all UNO interfaces
|
|
- Description
- provides functionality to submit data from a component.
Usually, this is used by ::com::sun::star::form::component::HTMLForm s.
See the HTML specification
to learn about submitting forms.
|
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
- Description
- adds the specified listener to receive the "approveSubmit" event.
- Parameter aListener
-
the listener to add.
- See also
- XSubmitListener
|
|
removeSubmitListener
- Description
- removes the specified listener.
- Parameter aListener
-
the listener to remove.
- See also
- XSubmitListener
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.