|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type about to be selectedpublic interface HasBeforeSelectionHandlers<T>
A widget that implements this interface is a public source of
BeforeSelectionEvent
events.
Method Summary | |
---|---|
HandlerRegistration |
addBeforeSelectionHandler(BeforeSelectionHandler<T> handler)
Adds a BeforeSelectionEvent handler. |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Method Detail |
---|
HandlerRegistration addBeforeSelectionHandler(BeforeSelectionHandler<T> handler)
BeforeSelectionEvent
handler.
handler
- the handler
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |