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
ConstructorsConstructorDescriptionConstruct a new keyboard selection handler for the specified table. -
Method Summary
Modifier and TypeMethodDescriptionvoidonCellPreview(CellPreviewEvent<T> event) Called whenCellPreviewEventis 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:
getDisplayin classAbstractHasData.DefaultKeyboardSelectionHandler<T>
-
onCellPreview
Description copied from interface:CellPreviewEvent.HandlerCalled whenCellPreviewEventis fired.- Specified by:
onCellPreviewin interfaceCellPreviewEvent.Handler<T>- Overrides:
onCellPreviewin classAbstractHasData.DefaultKeyboardSelectionHandler<T>- Parameters:
event- theCellPreviewEventthat was fired
-