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

module component

Services
::com::sun::star::form::component::CheckBox specifies the model of a check box control
::com::sun::star::form::component::ComboBox specifies a component which allows the input of text or selection of text from a list of text values.
::com::sun::star::form::component::CommandButton specifies the control model for a clickable button which is part of a form component hierarchy.
::com::sun::star::form::component::CurrencyField This service specifies the ControlModel for an edit field which contains a currency value.
::com::sun::star::form::component::DataForm This service specifies a form which is connected to a database and displays the results of SQL queries. It provides the possiblity of adding new data records, modifying existing ones, or deleting them.
::com::sun::star::form::component::DatabaseCheckBox This service specifies a check box which is data-aware, and can be bound to a database field.
::com::sun::star::form::component::DatabaseComboBox This service specifies a combo box which is data-aware, and can be bound to a database field.
::com::sun::star::form::component::DatabaseCurrencyField This service specifies a currency field which is data-aware, and can be bound to a database field.
::com::sun::star::form::component::DatabaseDateField This service specifies a date field which is data-aware, and can be bound to a database field.
::com::sun::star::form::component::DatabaseFormattedField This service specifies a formatted field model which is data-aware, and can be bound to a database field.
::com::sun::star::form::component::DatabaseImageControl specifies the model of a control used for displaying images stored in a database.
::com::sun::star::form::component::DatabaseListBox This service specifies a data-aware list box control model.
::com::sun::star::form::component::DatabaseNumericField This service specifies a numeric field which is data-aware, and can be bound to a database field.
::com::sun::star::form::component::DatabasePatternField This service specifies a data-aware control model for entering text which matches a specific pattern.
::com::sun::star::form::component::DatabaseRadioButton This service specifies a radio button which is data-aware, and can be bound to a database field.
::com::sun::star::form::component::DatabaseTextField This service specifies a text field which is data-aware, and can be bound to a database field.
::com::sun::star::form::component::DatabaseTimeField This service specifies a data-aware field for inputting a time value.
::com::sun::star::form::component::DateField specifies the model of a date field control, which is an edit field used to enter a date.
::com::sun::star::form::component::FileControl This service specifies the control model of an edit field for a file name.
::com::sun::star::form::component::FixedText This service specifies the control model for a text which can be displayed, but not edited by the user.
::com::sun::star::form::component::Form This service specifies a form which is a group of FormComponents.
::com::sun::star::form::component::FormattedField This service specifies the control model of an edit field for entering text which can be (nearly) arbirtrarily formatted.
::com::sun::star::form::component::GridControl specifies a model for a control which can display form data in a table-like way.
::com::sun::star::form::component::GroupBox This service specifies a model for a control which can be used to visually group controls.
::com::sun::star::form::component::HTMLForm This service specifies the special kind of ::com::sun::star::form::component::Form s for HTML documents.
::com::sun::star::form::component::HiddenControl This service specifies the model of a hidden control.
::com::sun::star::form::component::ImageButton This service specifies the control model for a clickable button which is represented by an image.
::com::sun::star::form::component::ListBox specifies a model for a control which allows to choose in a list of alternative values.
::com::sun::star::form::component::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::component::NumericField specifies a component which allows the input of a numeric value.
::com::sun::star::form::component::PatternField specifies a component which allows the input of text which matches a specific pattern.
::com::sun::star::form::component::RadioButton specifies a component which acts as a radio button as needed in ::com::sun::star::form::component::HTMLForm s.
::com::sun::star::form::component::RichTextControl specifies a component which extends the ::com::sun::star::awt::UnoControlEditModel with capabilities to display and input formatted text.
::com::sun::star::form::component::ScrollBar specifies the model of a scroll bar control.
::com::sun::star::form::component::SpinButton specifies the model of a scroll bar control.
::com::sun::star::form::component::SubmitButton specifies the control model for a button, part of a form component hierarchy, which can be bound to external submissions.
::com::sun::star::form::component::TextField specifies a component which allows the input of text, either single- or multi-line.
::com::sun::star::form::component::TimeField sepecifies the the control model for a field which can be used to input time values.
Top of Page