Package | Description |
---|---|
org.gwt.advanced.client.datamodel | |
org.gwt.advanced.client.ui.widget |
Modifier and Type | Class and Description |
---|---|
class |
SuggestionModelEvent
This is a list data model extention that is used by the
SuggestionBoxDataModel for the same purposes but proides
additional event types. |
Modifier and Type | Method and Description |
---|---|
protected void |
ComboBoxDataModel.fireEvent(ListModelEvent event)
This method fires the specified event and invokes the listeners.
|
void |
ListModelListener.onModelEvent(ListModelEvent event)
This method should implement actions which related widgets must do on events.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SuggestionBox.add(ListModelEvent event)
Additionally cleans the list every time when the first item is added.
|
protected void |
ComboBox.add(ListModelEvent event)
Adds a new visual item into the drop down list every time when it's added into the data
model.
|
protected void |
ComboBox.clean(ListModelEvent event)
This method cleans the drop down list on each data clean.
|
void |
SuggestionBox.onModelEvent(ListModelEvent event)
Additionally listens for events produced by the
SuggestionBoxDataModel . |
void |
ComboBox.onModelEvent(ListModelEvent event)
This method should implement actions which related widgets must do on events.
|
protected void |
ComboBox.remove(ListModelEvent event)
Removes a visual item from the drop down list if the remove event is received.
|
protected void |
ComboBox.select(ListModelEvent event)
Highlights the visual item in the drop down list if it's selected in the model.
|
Copyright © 2008–2013. All rights reserved.