| Interface | Description |
|---|---|
| CustomComboBox.Binder |
The GWT UI creator
|
| CustomComboBox.EntryValue<TRowObject> |
Defines the presentation method to parse a row into its presentation value.
|
| EnumCreator<E extends java.lang.Enum<E>> |
Enumeration creator that used as a factory to build the target enumeration by its name and
lists all its values.
|
| Class | Description |
|---|---|
| CustomComboBox<TRowObject> |
Grid based combo box.
|
| EnumRadioGroup<E extends EnumCreator> |
GWT radio group control that can be initialized by the target enumeration.
|
| GridHandle<TRowObject> |
A class providing convenience methods for working with instance of
DataGrid. |
| GridHelper |
The class makes work with the GWT's grid more pleasant.
|
| GridHelper.ColumnInfo<TRowObject> |
Holds grid column definition.
|
| GridHelper.ResourcesAdapter |
A resource adapter used to override some of the grid's css styles.
|
| GridHelper.StyleAdapter |
The class provides custom css styles.
|
| IntegerValidator |
Integer validator.
|
| MultipleSelectWithValidation |
The class implements multi selection list box widget with blank validation.
|
| SelectWithValidation |
The class implements selection list box widget with blank validation.
|
| Enum | Description |
|---|---|
| EnumRadioGroup.RadioStyles |
Radio group styles
|