|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
PropertyEditor<Data> | Interface for obtaining a string representation of a typed value, and converting a string to a typed value instance. |
Validator | Interface for validating a field's value. |
Class Summary | |
---|---|
AdapterField | Allows any widget to be used in a Formlayout . |
BooleanPropertyEditor | PropertyEditor for boolean values. |
CheckBox | Single checkbox field. |
CheckBoxGroup | A group of CheckBox's. |
ComboBox<D extends ModelData> | A combobox component. |
DateField | Provides a date input field with a DatePicker dropdown and automatic
date validation. |
DateTimePropertyEditor | A PropertyEditor implementation for Dates. |
DualListField<D extends ModelData> | Combines two list fields and allows selections to be moved between fields either using buttons or by dragging and dropping selections. |
Field<D> | Base class for form fields that provides default event handling, value handling and other functionality. |
FieldSet | A container that wraps its content in a HTML fieldset. |
FileUploadField | A file upload filed. |
FormButtonBinding | Monitors the valid state of a form and enabled / disabled all buttons. |
FormPanel | A panel for displaying form widgets. |
HiddenField<D> | A basic hidden field for storing hidden values in forms that need to be passed in the form submit. |
HtmlEditor | Provides a lightweight HTML Editor component. |
LabelField | Displays static text. |
ListField<D extends ModelData> | A multi-select list field. |
ListModelPropertyEditor<Data extends ModelData> | PropertyEditor for a list of model instances. |
ModelPropertyEditor<Data extends ModelData> | PropertyEditor for model instances. |
MultiField<D> | A field that displays multiple fields in a single row or column. |
NumberField | Numeric text field that provides automatic keystroke filtering and numeric validation. |
NumberPropertyEditor | PropertyEditory that uses a NumberFormat . |
Radio | Single radio field. |
RadioGroup | A group of Radio's. |
SimpleComboBox<T> | A ComboBox subclass that supports any simple data types. |
SimpleComboValue<T> | A ModelData instance used in a SimpleComboBox . |
SliderField | Field which wraps a Slider . |
SpinnerField | Numeric text field that provides automatic keystroke filtering and numeric validation. |
StoreFilterField<M extends ModelData> | A TriggerField that filters its bound stores based on the value
of the field. |
TextArea | Multiline text field. |
TextField<D> | Basic text field. |
Time | ModelData instance used with TimeField. |
TimeField | Provides a time input field with a time dropdown and automatic time validation. |
TriggerField<D> | Provides a convenient wrapper for TextFields that adds a clickable trigger button (looks like a combobox by default). |
TwinTriggerField<D> | A 2-trigger TriggerField. |
Enum Summary | |
---|---|
ComboBox.TriggerAction | TriggerAction enum. |
DualListField.Mode | The DND mode enumeration. |
FormPanel.Encoding | Form encoding enumeration. |
FormPanel.LabelAlign | Label alignment enumeration. |
FormPanel.Method | Form method enumeration. |
FormPanel and form components.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |