CheckBox |
specifies a check box extended by the required properties for HTML.
|
ComboBox |
specifies a component which allows the input of text or selection
of text from a list of text values.
|
CommandButton |
This service specifies the ControlModel for a clickable button which
may be represented by an image.
|
CurrencyField |
This service specifies the ControlModel for an edit field which
contains a currency value.
|
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.
|
DatabaseCheckBox |
This service specifies a data-aware CheckBox.
|
DatabaseComboBox |
This service specifies a data-aware ComboBox.
|
DatabaseCurrencyField |
This service specifies a data-aware currency field.
|
DatabaseDateField |
This service specifies a data-aware date field.
|
DatabaseForm |
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.
|
DatabaseFormattedField |
This service specifies a data-aware FormattedField.
|
DatabaseImageControl |
returns control for displaying images stored in a database.
|
DatabaseListBox |
This service specifies a data-aware ListBox.
|
DatabaseNumericField |
This service specifies a data-aware numeric field.
|
DatabasePatternField |
This service specifies a data-aware pattern field.
|
DatabaseRadioButton |
This service specifies a data-aware radio button.
|
DatabaseTextField |
This service specifies a data-aware TextField.
|
DatabaseTimeField |
This service specifies a data-aware TimeField.
|
DateField |
This service specifies the ControlModel for an edit field which
contains a date value.
|
FileControl |
This service specifies the ControlModel of an edit field for a
file name.
|
FixedText |
This service specifies the ControlModel of a text which can be
displayed but not edited by the user.
|
Form |
This service specifies a form which is a group of FormComponents.
|
FormattedField |
This service specifies the ControlModel of an edit field for
single/multi-line text.
|
GridControl |
This service specifies a ControlModel to represent data in a table.
|
GroupBox |
This service specifies the ControlModel to group several controls.
|
HTMLForm |
This service specifies the special form kind for HTML documents.
|
HiddenControl |
This service specifies the ControlModel of a hidden control,
which can be used to store values in the form without being visible
for the user.
|
ImageButton |
This service specifies the ControlModel for a clickable button which
is represented by an image.
|
ListBox |
This service specifies the ControlModel of a box which contains a
list of strings to select from.
|
NumericField |
This service specifies the ControlModel of an edit field for a
numeric value.
|
PatternField |
This service specifies the ControlModel of an edit field for
strings which match a specified pattern.
|
RadioButton |
is a radio button extended by the required properties for HTML.
|
TextField |
This service specifies the ControlModel of an edit field for
single/multi-line text.
|
TimeField |
This service sepecifies the ControlModel of an edit field for a
time value.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.