LibreOffice
LibreOffice 7.4 SDK API Reference
Classes
com::sun::star::form::component Module Reference

collects form control model descriptions More...

Classes

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

Detailed Description

collects form control model descriptions

form components (model part of the controls).