:: com :: sun :: star :: xforms ::

unpublished interface XSubmission
Base Interfaces
XSubmission
┣ ::com::sun::star::beans::XPropertySet
┣ ::com::sun::star::container::XNamed
┗ ::com::sun::star::form::submission::XSubmission

::com::sun::star::beans::XPropertySet
Description
allows access to the submission's properties
::com::sun::star::container::XNamed
Description
allows access to the name of the submission

Note that the name of the submission always equals it's the value of its ID property./p>

::com::sun::star::form::submission::XSubmission
Description
allows the submission to be associated with certain form controls

Calling the ::com::sun::star::form::submission::XSubmission::submit yields exactly the same result as calling XModel::submit of the model which the submission belongs to, passing the ID of the submission.

Usage Restrictions
not published
Description
specifies a submission object, associated with an XModel

Top of Page