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

module runtime
Description
collects functionality needed during a form's runtime, e.g. when it is active and interacts with the user.

Services
FormController specifies a component controlling the interaction between the user and multiple form controls belonging to a single form.
FormOperations encapsulates operations on a database form which has a UI representation, and is interacting with the user.
Interfaces
XFeatureInvalidation implements a callback for a XFormOperations instance, which is called when the state of one or more FormFeatures might have changed.
XFilterController provides access to a form based filter for a database form
XFilterControllerListener is implemented by components listening for events fired by an XFilterController.
XFormController specifies a component controlling the interaction between the user and form functionality.
XFormControllerContext provides a context for a FormController
XFormOperations encapsulates operations on a database form.
Structs
FeatureState encapsulates the state of a FormFeature
FilterEvent is an event fired by a filter controller, when the filter managed by the controller changes.
Constant Groups
FormFeature specifies the operations on a user interface form, as supported by the XFormOperations interface.
Top of Page