Interface HasSelectionHandlers<T>
- Type Parameters:
T
- the type being selected
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
DecoratedTabBar
,DecoratedTabPanel
,StackLayoutPanel
,SuggestBox
,TabBar
,TabLayoutPanel
,TabPanel
,Tree
A widget that implements this interface is a public source of
SelectionEvent
events.-
Method Summary
Modifier and TypeMethodDescriptionaddSelectionHandler
(SelectionHandler<T> handler) Adds aSelectionEvent
handler.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details