|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HasSelectionHandlers<T>
Marker interface for widgets that fires selection events.
| Method Summary | |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addSelectionHandler(SelectionHandler<T> handler)
Register a selection change handler. |
| Method Detail |
|---|
com.google.gwt.event.shared.HandlerRegistration addSelectionHandler(SelectionHandler<T> handler)
This handler is called whenever a
SelectionModel detects a change in selection state.
handler - a SelectionHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||