Package com.google.gwt.view.client
Interface CellPreviewEvent.Handler<T>
- Type Parameters:
T
- the data type of theHasData
- All Superinterfaces:
EventHandler
- All Known Implementing Classes:
AbstractCellTable.CellTableKeyboardSelectionHandler
,AbstractHasData.DefaultKeyboardSelectionHandler
,DefaultSelectionEventManager
- Enclosing class:
CellPreviewEvent<T>
Handler for
CellPreviewEvent
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
onCellPreview
(CellPreviewEvent<T> event) Called whenCellPreviewEvent
is fired.
-
Method Details
-
onCellPreview
Called whenCellPreviewEvent
is fired.- Parameters:
event
- theCellPreviewEvent
that was fired
-