パッケージ com.extjs.gxt.ui.client.widget.form

FormPanel and form components.

See:
          Description

インタフェース 概要
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.
 

クラス 概要
AdapterField Allows any widget to be used in a Formlayout.
BooleanPropertyEditor PropertyEditor for boolean values.
CheckBox Single checkbox field.Unlike other fields, checkbox fires change events when the radios state is changed, not on blur.
CheckBoxGroup A group of CheckBox's.
ComboBox<D extends ModelData> A combobox control.
DateField Provides a date input field with a DatePicker dropdown and automatic date validation.
DateTimePropertyEditor  
Field<D> Base class for form fields that provides default event handling, value handling and other functionality.
FormPanel A panel for displaying form wigets.
LabelField Displays static text.
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.
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.
TextArea Multiline text field.
TextField<D> Basic text field.
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)概要
FormPanel.LabelAlign Label alignment enumeration.
 

パッケージ com.extjs.gxt.ui.client.widget.form 説明

FormPanel and form components.