Package com.extjs.gxt.ui.client.widget.form

FormPanel and form components.

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<Data,F extends Field<Data>> 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.
FormPanel A panel for displaying form wigets.
HiddenField<D> A basic hidden field for storing hidden values in forms that need to be passed in the form submit.
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<F extends Field> 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.
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<Data> Provides a convenient wrapper for TextFields that adds a clickable trigger button (looks like a combobox by default).
TwinTriggerField A 2-trigger TriggerField.
 

Enum Summary
ComboBox.TriggerAction TriggerAction enum.
DualListField.Mode  
FormPanel.Encoding Form encoding enumeration.
FormPanel.LabelAlign Label alignment enumeration.
FormPanel.Method Form method enumeration.
 

Package com.extjs.gxt.ui.client.widget.form Description

FormPanel and form components.