|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CellComponent | |
|---|---|
| com.sencha.gxt.widget.core.client | GXT widgets and other user-interface classes. |
| com.sencha.gxt.widget.core.client.button | Various GXT buttons. |
| com.sencha.gxt.widget.core.client.form | FormPanel and form components. |
| Uses of CellComponent in com.sencha.gxt.widget.core.client |
|---|
| Subclasses of CellComponent in com.sencha.gxt.widget.core.client | |
|---|---|
class |
AutoProgressBar
An auto mode progress bar widget. |
class |
ColorPalette
A cell component that displays a palette of colors and allows the user to select one. |
class |
ProgressBar
An manual mode updateable progress bar widget. |
class |
Slider
Lets the user select a value by sliding an indicator within a bounded range. |
| Uses of CellComponent in com.sencha.gxt.widget.core.client.button |
|---|
| Subclasses of CellComponent in com.sencha.gxt.widget.core.client.button | |
|---|---|
class |
CellButtonBase<C>
|
class |
SplitButton
A split button that provides a built-in dropdown arrow that can fire an event separately from the default click event of the button. |
class |
TextButton
A text button. |
class |
ToggleButton
A 2-state toggle button. |
| Uses of CellComponent in com.sencha.gxt.widget.core.client.form |
|---|
| Subclasses of CellComponent in com.sencha.gxt.widget.core.client.form | |
|---|---|
class |
CellField<C>
|
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 |
Field<T>
Base class for all cell based fields. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||