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

module control

Services
::com::sun::star::form::control::CheckBox describes a check box control which can (but not necessarily has to) be bound to a database field.
::com::sun::star::form::control::ComboBox describes a combo box control.
::com::sun::star::form::control::CommandButton describes a button control.
::com::sun::star::form::control::CurrencyField describes a control which can be used for inputting currency values, and which can (but not necessarily has to) be bound to a database field.
::com::sun::star::form::control::DateField describes a control which can be used for inputting date values, and which can (but not necessarily has to) be bound to a database field.
::com::sun::star::form::control::FormattedField describes a control which can be used for inputting values with a arbitrary formatting, and can (but not necessarily has to) be bound to a database field.
::com::sun::star::form::control::GridControl describes a table-like control for displaying data.
::com::sun::star::form::control::GroupBox describes a control which can be used for visually grouping controls
::com::sun::star::form::control::ImageButton describes a control which can be used for displaying images on a control acting like a button.
::com::sun::star::form::control::ImageControl describes a control used for displaying images stored in a database.
::com::sun::star::form::control::InteractionGridControl is an extended grid control, which allows the user to customize some of it's user interface's aspects.
::com::sun::star::form::control::ListBox describes a list box control which can (but not necessarily has to) be bound to a database field.
::com::sun::star::form::control::NavigationToolBar This service specifies the model for control which provides controller functionality for a ::com::sun::star::form::component::DataForm , such as navigating or filtering the form.
::com::sun::star::form::control::NumericField describes a control for inputting numeric values and which can (but not necessarily has to) be bound to a database field.
::com::sun::star::form::control::PatternField describes a control for inputting text complying to a given pattern, and which can (but not necessarily has to) be bound to a database field.
::com::sun::star::form::control::RadioButton describes a radio button control which can (but not necessarily has to) be bound to a database field.
::com::sun::star::form::control::SubmitButton specifies a button control which can execute external submissions
::com::sun::star::form::control::TextField describes a control for entering arbiotrary text which can (but not necessarily has to) be bound to a database field.
::com::sun::star::form::control::TimeField describes a control for inputting time values which can (but not necessarily has to) be bound to a database field.
Top of Page