Package com.sencha.gxt.widget.core.client.form

FormPanel and form components.

See:
          Description

Interface Summary
DualListField.DualListFieldAppearance  
DualListField.DualListFieldMessages The locale-sensitive messages used by this class.
Field.FieldStyles  
FieldLabel.FieldLabelAppearance Describes the appearance for a FieldLabel object.
FieldSet.FieldSetAppearance  
FileUploadField.FileUploadFieldAppearance  
FileUploadField.FileUploadFieldMessages  
HtmlEditor.HtmlEditorAppearance The appearance of this class.
HtmlEditor.HtmlEditorMessages The locale-sensitive messages used by this class.
IsField<T>  
SpinnerField.SpinnerMessages The locale-sensitive messages used by this class.
StoreFilterField.StoreFilterFieldAppearance  
Validator<T> Defines the interface for object that can validate an editor's value.
 

Class Summary
AdapterField<T> Wraps a Widget so that it can be used like a Field.
CellField<C>  
CheckBox Simple checkbox field.
ComboBox<T> A combobox control with support for autocomplete, remote loading, and many other features.
ConverterEditorAdapter<T,U,E extends Editor<U>>  
DateField Provides a date input field with a DatePicker dropdown and automatic date validation.
DateTimePropertyEditor  
DualListField<M,T> Combines two list view fields and allows selections to be moved between fields either using buttons or by dragging and dropping selections
Field<T> Base class for all cell based fields.
FieldLabel Form field wrapper to add a label and validation error text.
FieldSet A simple container that wraps its content in a HTML fieldset.
FileUploadField A file upload field.
FormPanel A panel that wraps an HTML form.
FormPanelHelper Utility methods for form panels.
HtmlEditor Provides an HTML-based rich text editor with a tool bar for selecting formatting options, including fonts, text justification, lists, hyperlinks and text color.
ListField<M,T> Adapts a ListView for use as a field.
NumberField<N extends Number> A numeric text field that provides automatic keystroke filtering to disallow non-numeric characters, and numeric validation to limit the value to a range of valid numbers.
NumberPropertyEditor<N extends Number> A property editor that converts typed numbers to strings and strings back to numbers.
NumberPropertyEditor.BigDecimalPropertyEditor A number property editor for use with BigDecimal.
NumberPropertyEditor.DoublePropertyEditor A number property editor for use with Double.
NumberPropertyEditor.FloatPropertyEditor A number property editor for use with Float.
NumberPropertyEditor.IntegerPropertyEditor A number property editor for use with Integer.
NumberPropertyEditor.LongPropertyEditor A number property editor for use with Long.
NumberPropertyEditor.ShortPropertyEditor A number property editor for use with Short.
PasswordField A single line input field where the characters are masked to prevent them from being visible to others.
PropertyEditor<T> Abstract base class for property editors.
Radio Single radio field.
SimpleComboBox<T> A combo box that creates and manages a ListStore of <T> instances.
SpinnerField<N extends Number> A single line input field with up / down arrows that enable incrementing / decrementing a numeric value.
StoreFilterField<T> An abstract base class for an input field that can be bound to one or more stores to filter values, thus affecting the values displayed in any widgets associated with those stores.
TextArea A multiple line text input field.
TextField A single line input field.
TimeField Provides a time input field with a time dropdown and automatic time validation.
TriggerField<T> An abstract base class for an input field and a clickable trigger.
TwinTriggerField<T> An abstract base class for an input field and two clickable triggers.
ValueBaseField<T> Abstract base class for fields that have a single value.
 

Enum Summary
DualListField.Mode The DND mode enumeration.
FormPanel.Encoding Form encoding enumeration.
FormPanel.LabelAlign Label alignment enumeration.
FormPanel.Method Form method enumeration.
 

Package com.sencha.gxt.widget.core.client.form Description

FormPanel and form components.



Copyright © 2012. All Rights Reserved.