|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Field | |
|---|---|
| com.sencha.gxt.widget.core.client | GXT widgets and other user-interface classes. |
| com.sencha.gxt.widget.core.client.box | |
| com.sencha.gxt.widget.core.client.event | |
| com.sencha.gxt.widget.core.client.form | FormPanel and form components. |
| com.sencha.gxt.widget.core.client.grid.editing | |
| Uses of Field in com.sencha.gxt.widget.core.client |
|---|
| Subclasses of Field in com.sencha.gxt.widget.core.client | |
|---|---|
class |
Slider
Lets the user select a value by sliding an indicator within a bounded range. |
| Uses of Field in com.sencha.gxt.widget.core.client.box |
|---|
| Methods in com.sencha.gxt.widget.core.client.box that return Field | |
|---|---|
Field<java.lang.String> |
AbstractInputMessageBox.getField()
Returns the input field. |
| Uses of Field in com.sencha.gxt.widget.core.client.event |
|---|
| Methods in com.sencha.gxt.widget.core.client.event that return Field | |
|---|---|
Field<?> |
ValidEvent.getSource()
|
Field<?> |
InvalidEvent.getSource()
|
| Uses of Field in com.sencha.gxt.widget.core.client.form |
|---|
| Subclasses of Field in com.sencha.gxt.widget.core.client.form | |
|---|---|
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 |
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. |
| Uses of Field in com.sencha.gxt.widget.core.client.grid.editing |
|---|
| Methods in com.sencha.gxt.widget.core.client.grid.editing that return Field | ||
|---|---|---|
|
GridEditing.getEditor(ColumnConfig<M,?> columnConfig)
Returns the editor for the given column. |
|
|
AbstractGridEditing.getEditor(ColumnConfig<M,?> columnConfig)
|
|
| Methods in com.sencha.gxt.widget.core.client.grid.editing with parameters of type Field | ||
|---|---|---|
|
GridEditing.addEditor(ColumnConfig<M,N> columnConfig,
Converter<N,O> converter,
Field<O> field)
Adds an editor for the give column. |
|
|
AbstractGridEditing.addEditor(ColumnConfig<M,N> columnConfig,
Converter<N,O> converter,
Field<O> field)
|
|
|
GridEditing.addEditor(ColumnConfig<M,N> columnConfig,
Field<N> field)
Adds an editor for the given column. |
|
|
AbstractGridEditing.addEditor(ColumnConfig<M,N> columnConfig,
Field<N> field)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||