Interface HasBeforeSelectionHandlers<T>
- Type Parameters:
T- the type about to be selected
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
DecoratedTabBar,DecoratedTabPanel,StackLayoutPanel,TabBar,TabLayoutPanel,TabPanel
A widget that implements this interface is a public source of
BeforeSelectionEvent events.-
Method Summary
Modifier and TypeMethodDescriptionaddBeforeSelectionHandler(BeforeSelectionHandler<T> handler) Adds aBeforeSelectionEventhandler.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details