:: com :: sun :: star ::

module form
Description
Interfaces for managing forms and controls.

Nested Modules
binding
component
control
submission
validation
Services
::com::sun::star::form::DataAwareControlModel is an abstract service for specialized ::com::sun::star::form::FormControlModel s which are data aware and thus can be bound to a data source.
::com::sun::star::form::FormComponent specifies a component which can be part of a form.
::com::sun::star::form::FormComponents specifies the capabilities of a collection of ::com::sun::star::form::FormComponent s.
::com::sun::star::form::FormControlModel specifies a control model within a form.
::com::sun::star::form::FormController specifies a component controlling the interaction between the user and form functionality.
::com::sun::star::form::FormControllerDispatcher specifies a component which can be used to dispatch form controller functionality.
::com::sun::star::form::Forms specifies the capabilities of a collection of forms.
::com::sun::star::form::PropertyBrowserController describes a controller which can be used to browse and modify properties of form controls.
Interfaces
::com::sun::star::form::XApproveActionBroadcaster allows to probably veto actions to be performed on components.
::com::sun::star::form::XApproveActionListener can be implemented to listen and probably veto actions to be performed on components.
::com::sun::star::form::XBoundComponent specifies a (form) component which is bound to a data source.
::com::sun::star::form::XBoundControl allows locking the input on components.
::com::sun::star::form::XChangeBroadcaster provides functionality to notify listeners of data changes.
::com::sun::star::form::XChangeListener is the listener interface for receiving notifications about data changes.
::com::sun::star::form::XConfirmDeleteBroadcaster provides the possibility of receiving an event for confirming deletions of rows in a ::com::sun::star::form::component::DataForm .
::com::sun::star::form::XConfirmDeleteListener allows to register a component for confirming deletions of rows in a ::com::sun::star::form::component::DataForm .
::com::sun::star::form::XDatabaseParameterBroadcaster provides the possibility of receiving an event for configuration of parameters.
::com::sun::star::form::XDatabaseParameterBroadcaster2 provides the possibility of receiving an event for configuration of parameters.
::com::sun::star::form::XDatabaseParameterListener allows to intercept value request for parametrized SQL statements.
::com::sun::star::form::XDeleteListener [ DEPRECATED ]
This is the listener interface for receiving "approveDelete" and "deleted" events posted by a database form.
::com::sun::star::form::XErrorBroadcaster [ DEPRECATED ]
provides the possibility of receiving database error events.
::com::sun::star::form::XErrorListener [ DEPRECATED ]
used to be notified when errors in a database form happen.
::com::sun::star::form::XForm identifies a ::com::sun::star::form::FormComponent as being a (sub-) form.
::com::sun::star::form::XFormComponent describes a component which may be part of a form.
::com::sun::star::form::XFormController provides functionality to control the activation of forms controls.
::com::sun::star::form::XFormControllerListener allows to be notified when the activation status of a ::com::sun::star::form::FormController changes.
::com::sun::star::form::XFormsSupplier provides the access to a collection of forms.
::com::sun::star::form::XFormsSupplier2 extends the ::com::sun::star::form::XFormsSupplier with convenience methods
::com::sun::star::form::XGrid [ DEPRECATED ]
provides the possibility of setting and retrieving the position of the current cell in a grid control.
::com::sun::star::form::XGridColumnFactory allows to create columns to be added into a grid control model.
::com::sun::star::form::XGridFieldDataSupplier [ DEPRECATED ]
provides access to the data of a GridControl
::com::sun::star::form::XGridPeer [ DEPRECATED ]
represents the window peer of a GridControl and allows you to set and retrieve the model data.
::com::sun::star::form::XImageProducerSupplier provides the access to an image producer.
::com::sun::star::form::XInsertListener [ DEPRECATED ]
allows to receive notifications about insertions into a database form.
::com::sun::star::form::XLoadListener receives load-related events from a loadable object.
::com::sun::star::form::XLoadable provides functionality to implement objects which may be loaded.
::com::sun::star::form::XPositioningListener [ DEPRECATED ]
allows to receive notifications about cursor movements into a database form.
::com::sun::star::form::XReset provides functionality to reset components to some default values.
::com::sun::star::form::XResetListener is the interface for receiving notificaions about reset events.
::com::sun::star::form::XRestoreListener [ DEPRECATED ]
receives notifications about data beeing restored.
::com::sun::star::form::XSubmit provides functionality to submit data from a component.
::com::sun::star::form::XSubmitListener [ DEPRECATED ]
receives notifications about data beeing submitted.
::com::sun::star::form::XUpdateBroadcaster is the broadcaster interface for sending "approveUpdate" and "updated" events.
::com::sun::star::form::XUpdateListener used to listen on objects which allow updating their data.
Structs
::com::sun::star::form::DatabaseDeleteEvent [ DEPRECATED ]
is fired if a database record is going to be deleted.
::com::sun::star::form::DatabaseParameterEvent is fired if values for parameters are needed.
::com::sun::star::form::ErrorEvent [ DEPRECATED ]
occurs in case of fired database exceptions triggered by a database form.
Enums
::com::sun::star::form::DataSelectionType [ DEPRECATED ]
describes the type of datasource used for a form.
::com::sun::star::form::FormButtonType specifies the action to execute when a button is pressed.
::com::sun::star::form::FormSubmitEncoding specify the MIME encoding to be used when form data is submitted.
::com::sun::star::form::FormSubmitMethod specifies how information is sent to a program invoked by submitting a form.
::com::sun::star::form::ListSourceType describes the kind of data source used to fill the list data of a listbox or a combobox control.
::com::sun::star::form::NavigationBarMode describes in which way the navigation of the records of a database form is performed.
::com::sun::star::form::TabulatorCycle specifies how the TAB key should be used in a form.
Constant Groups
::com::sun::star::form::FormComponentType These constants specify the class types used to identify a component.
Top of Page