:: 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
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 FormFeature s might have changed.
XFormOperations encapsulates operations on a database form.
Structs
FeatureState encapsulates the state of a FormFeature
Constant Groups
FormFeature specifies the operations on a user interface form, as supported by the XFormOperations interface.
Top of Page