
T - the data type of each rowpublic static class AbstractHasData.DefaultKeyboardSelectionHandler<T> extends Object implements CellPreviewEvent.Handler<T>
| Constructor and Description |
|---|
DefaultKeyboardSelectionHandler(AbstractHasData<T> display)
Construct a new keyboard selection handler for the specified view.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractHasData<T> |
getDisplay() |
void |
onCellPreview(CellPreviewEvent<T> event)
Called when
CellPreviewEvent is fired. |
public DefaultKeyboardSelectionHandler(AbstractHasData<T> display)
display - the display being handledpublic AbstractHasData<T> getDisplay()
public void onCellPreview(CellPreviewEvent<T> event)
CellPreviewEvent.HandlerCellPreviewEvent is fired.onCellPreview in interface CellPreviewEvent.Handler<T>event - the CellPreviewEvent that was firedCopyright © 2018. All rights reserved.