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>
public static interface CellPreviewEvent.Handler<T> extends EventHandler
Handler forCellPreviewEvent.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCellPreview(CellPreviewEvent<T> event)Called whenCellPreviewEventis fired.
-
-
-
Method Detail
-
onCellPreview
void onCellPreview(CellPreviewEvent<T> event)
Called whenCellPreviewEventis fired.- Parameters:
event- theCellPreviewEventthat was fired
-
-