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  CellPreviewEventis fired. | 
end, handledEvent, home, nextPage, nextRow, prevPage, prevRow, setKeyboardSelectedRowpublic 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.HandlerCellPreviewEvent is fired.onCellPreview in interface CellPreviewEvent.Handler<T>onCellPreview in class AbstractHasData.DefaultKeyboardSelectionHandler<T>event - the CellPreviewEvent that was fired