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

unpublished service SubmitButton
Usage Restrictions
not published
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 - Summary
::com::sun::star::form::FormControlModel
(referenced entity's summary:)
specifies a control model within a form.
Exported Interfaces - Summary
::com::sun::star::form::submission::XSubmissionSupplier

allows binding external submissions to the control model (details)

Included Services - Details
::com::sun::star::form::FormControlModel
(referenced entity's summary:)
specifies a control model within a form.
Exported Interfaces - Details
::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