interface XSubmit in module com::sun::star::form:: |
interface XSubmit : com::sun::star::uno::XInterface ;
provides functionality to submit a component. This is used in common by forms.
When a form is submitted, the data contained in the form is sent to the target URL as a series of name/value pairs. The name portion of each pair is the name of a form component as specified by its NAME attribute. In most cases the value portion is the value displayed by the element, for example, the text displayed in a text field.
Method Summary |
|
submit | submits the component to a specified target. |
addSubmitListener | adds the specified listener to receive the "approveSubmit" event. |
removeSubmitListener | removes the specified listener. |
Known Services Which Export this Interface |
Method Details |
||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.