|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the record data typepublic interface SetSelectionModel<T>
A model that allows getting all elements and clearing the selection.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.google.gwt.view.client.SelectionModel |
---|
SelectionModel.AbstractSelectionModel<T> |
Method Summary | |
---|---|
void |
clear()
Clears the current selection. |
java.util.Set<T> |
getSelectedSet()
Get the set of selected items. |
Methods inherited from interface com.google.gwt.view.client.SelectionModel |
---|
addSelectionChangeHandler, isSelected, setSelected |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Methods inherited from interface com.google.gwt.view.client.ProvidesKey |
---|
getKey |
Method Detail |
---|
void clear()
java.util.Set<T> getSelectedSet()
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |