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

unpublished service SubmitButton
Description
specifies the control model for a button, part of a form component hierarchy, which can be bound to external submissions.
See also
CommandButton

Included Services
::com::sun::star::form::FormControlModel
(referenced entity's summary:)
specifies a control model within a form.
Exported Interfaces
::com::sun::star::form::submission::XSubmissionSupplier
Description
allows binding external submissions to the control model

Note that the control model itself will not make any use of the submission. Instead, submissions are triggered by a control (not a control model ). Thus, the ::com::sun::star::form::control::SubmitButton control associated with a SubmitButton model is responsible for using the submission supplied at this model.


 
Top of Page