::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.
|