Constants Summary
|
| CONTROL |
This identifier is for controls which cannot be identified by
a specific identifier.
|
|
| COMMANDBUTTON |
specifies a control that is used when to begin, interrupt, or end a process.
|
|
| RADIOBUTTON |
specifies a control that presents a set of two or more mutually exclusive choices to the user.
|
|
| IMAGEBUTTON |
specifies a control that displays an image that responds to mouse clicks.
|
|
| CHECKBOX |
specifies a control that is used to check or uncheck to turn an option on or off.
|
|
| LISTBOX |
specifies a control that displays a list from which the user can select one or more items.
|
|
| COMBOBOX |
specifies a control that is used when a list box combined with a static text control or an edit control is needed.
|
|
| GROUPBOX |
specifies a control that displays a frame around a group of controls with or without a caption.
|
|
| TEXTFIELD |
specifies a control that is a text component that allows for the editing of a single line of text.
|
|
| FIXEDTEXT |
specifies a control to display a fixed text.
|
|
| GRIDCONTROL |
is a table like control to display database data.
|
|
| FILECONTROL |
specifies that
UnoFileControl
extends the
UnoControlEdit
with a file dialog.
|
|
| HIDDENCONTROL |
specifies a control that should not be visible.
|
|
| IMAGECONTROL |
specifies a control to display an image.
|
|
| DATEFIELD |
specifies a control to display and edit a date value.
|
|
| TIMEFIELD |
specifies a control to display and edit a time value.
|
|
| NUMERICFIELD |
specifies a field to display and edit a numeric value.
|
|
| CURRENCYFIELD |
specifies a field to display and edit a currency value.
|
|
| PATTERNFIELD |
specifies a control to display and edit a string according to a pattern.
|
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.