|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IsField | |
|---|---|
| com.sencha.gxt.widget.core.client | GXT widgets and other user-interface classes. |
| com.sencha.gxt.widget.core.client.form | FormPanel and form components. |
| Uses of IsField in com.sencha.gxt.widget.core.client |
|---|
| Classes in com.sencha.gxt.widget.core.client that implement IsField | |
|---|---|
class |
Slider
Lets the user select a value by sliding an indicator within a bounded range. |
| Uses of IsField in com.sencha.gxt.widget.core.client.form |
|---|
| Classes in com.sencha.gxt.widget.core.client.form that implement IsField | |
|---|---|
class |
AdapterField<T>
Wraps a Widget so that it can be used like a Field. |
class |
CheckBox
Simple checkbox field. |
class |
ComboBox<T>
A combobox control with support for autocomplete, remote loading, and many other features. |
class |
DateField
Provides a date input field with a DatePicker dropdown and automatic
date validation. |
class |
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 |
class |
Field<T>
Base class for all cell based fields. |
class |
FileUploadField
A file upload field. |
class |
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. |
class |
ListField<M,T>
Adapts a ListView for use as a field. |
class |
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. |
class |
PasswordField
A single line input field where the characters are masked to prevent them from being visible to others. |
class |
Radio
Single radio field. |
class |
SimpleComboBox<T>
A combo box that creates and manages a ListStore of <T>
instances. |
class |
SpinnerField<N extends Number>
A single line input field with up / down arrows that enable incrementing / decrementing a numeric value. |
class |
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. |
class |
TextArea
A multiple line text input field. |
class |
TextField
A single line input field. |
class |
TimeField
Provides a time input field with a time dropdown and automatic time validation. |
class |
TriggerField<T>
An abstract base class for an input field and a clickable trigger. |
class |
TwinTriggerField<T>
An abstract base class for an input field and two clickable triggers. |
class |
ValueBaseField<T>
Abstract base class for fields that have a single value. |
| Methods in com.sencha.gxt.widget.core.client.form that return types with arguments of type IsField | |
|---|---|
java.util.List<IsField<?>> |
FormPanel.getFields()
Returns all of the panel's child fields. |
static java.util.List<IsField<?>> |
FormPanelHelper.getFields(HasWidgets container)
Returns all of the container's child fields. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||