Package | Description |
---|---|
org.gwt.advanced.client.datamodel | |
org.gwt.advanced.client.ui.widget | |
org.gwt.advanced.client.ui.widget.cell |
Modifier and Type | Interface and Description |
---|---|
interface |
ListCallbackHandler<T extends ListDataModel>
This handler is invoked on the suggestion box expression change.
|
Modifier and Type | Class and Description |
---|---|
class |
ComboBoxDataModel
This is an implementation of the data model interface for the ComboBox widget.
|
class |
SuggestionBoxDataModel
This is an implementation designed especially for the suggestion box widget.
|
Modifier and Type | Method and Description |
---|---|
ListDataModel |
ListModelEvent.getSource()
Gets an event source data model.
|
Constructor and Description |
---|
ListModelEvent(ListDataModel source,
ListModelEvent.EventType type)
Creates an instance of this class.
|
ListModelEvent(ListDataModel source,
Map<String,Integer> itemIndexes,
ListModelEvent.EventType type)
Creates an instance of this class.
|
ListModelEvent(ListDataModel source,
String itemId,
int itemIndex,
ListModelEvent.EventType type)
Creates an instance of this class.
|
SuggestionModelEvent(ListDataModel source,
ListModelEvent.EventType type,
String expression)
Creates an instance of this class.
|
Modifier and Type | Class and Description |
---|---|
class |
ComboBox<T extends ListDataModel>
This is a combo box widget implementation.
|
Modifier and Type | Method and Description |
---|---|
ListDataModel |
ComboBox.getModel()
Getter for property 'model'.
|
Modifier and Type | Method and Description |
---|---|
protected String |
DefaultCellComparator.getComboBoxText(ListDataModel model)
This method converts the model into its string representation.
|
Copyright © 2008–2013. All rights reserved.