:: com :: sun :: star ::

module xforms
Description
interfaces for XForms (XML-based forms) implementation

Services
Binding represent a binding to one or more nodes in the DOM tree of an XModel.
Interfaces
XDataTypeRepository specifies a repository of XSD data types
XFormsEvent
XFormsSupplier provides access to the XForms models contained in the component
XFormsUIHelper1 provide several helper methods for the UI This interfaces is for UI use only, and will likely be unsupported in future versions.

XModel represent an XForms model
XSubmission specifies a submission object, associated with an XModel
Exceptions
InvalidDataOnSubmitException thrown if the user triggers an XForms submission with invalid instance data The ::com::sun::star::uno::Exception::Source member refers to the submission which was invoked.
Top of Page