Class AbstractCellTable.CellTableKeyboardSelectionHandler<T>
java.lang.Object
com.google.gwt.user.cellview.client.AbstractHasData.DefaultKeyboardSelectionHandler<T>
com.google.gwt.user.cellview.client.AbstractCellTable.CellTableKeyboardSelectionHandler<T>
- Type Parameters:
T
- the data type of each row
- All Implemented Interfaces:
EventHandler
,CellPreviewEvent.Handler<T>
- Enclosing class:
AbstractCellTable<T>
public static class AbstractCellTable.CellTableKeyboardSelectionHandler<T>
extends AbstractHasData.DefaultKeyboardSelectionHandler<T>
Default implementation of a keyboard navigation handler for tables that
supports navigation between cells.
-
Constructor Summary
ConstructorDescriptionConstruct a new keyboard selection handler for the specified table. -
Method Summary
Modifier and TypeMethodDescriptionvoid
onCellPreview
(CellPreviewEvent<T> event) Called whenCellPreviewEvent
is fired.Methods inherited from class com.google.gwt.user.cellview.client.AbstractHasData.DefaultKeyboardSelectionHandler
end, handledEvent, home, nextPage, nextRow, prevPage, prevRow, setKeyboardSelectedRow
-
Constructor Details
-
CellTableKeyboardSelectionHandler
Construct a new keyboard selection handler for the specified table.- Parameters:
table
- the display being handled
-
-
Method Details
-
getDisplay
- Overrides:
getDisplay
in classAbstractHasData.DefaultKeyboardSelectionHandler<T>
-
onCellPreview
Description copied from interface:CellPreviewEvent.Handler
Called whenCellPreviewEvent
is fired.- Specified by:
onCellPreview
in interfaceCellPreviewEvent.Handler<T>
- Overrides:
onCellPreview
in classAbstractHasData.DefaultKeyboardSelectionHandler<T>
- Parameters:
event
- theCellPreviewEvent
that was fired
-