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