Uses of Interface
com.google.gwt.view.client.CellPreviewEvent.Handler
Package
Description
The "cellview" widget set.
Classes and interfaces used by the
cellview
widget set.-
Uses of CellPreviewEvent.Handler in com.google.gwt.user.cellview.client
Modifier and TypeClassDescriptionstatic class
Default implementation of a keyboard navigation handler for tables that supports navigation between cells.static class
Default implementation of a keyboard navigation handler.Modifier and TypeMethodDescriptionAbstractHasData.addCellPreviewHandler
(CellPreviewEvent.Handler<T> handler) CellTreeNodeView.NodeCellList.addCellPreviewHandler
(CellPreviewEvent.Handler<C> handler) HasDataPresenter.addCellPreviewHandler
(CellPreviewEvent.Handler<T> handler) void
AbstractHasData.setKeyboardSelectionHandler
(CellPreviewEvent.Handler<T> keyboardSelectionReg) Set the handler that handles keyboard selection/navigation.void
AbstractHasData.setSelectionModel
(SelectionModel<? super T> selectionModel, CellPreviewEvent.Handler<T> selectionEventManager) Set theSelectionModel
that defines which items are selected and theCellPreviewEvent.Handler
that controls how user selection is handled. -
Uses of CellPreviewEvent.Handler in com.google.gwt.view.client
Modifier and TypeClassDescriptionclass
An implementation ofCellPreviewEvent.Handler
that adds selection support via the spacebar and mouse clicks and handles the control key.Modifier and TypeMethodDescriptionCellPreviewEvent.getAssociatedType()
static GwtEvent.Type
<CellPreviewEvent.Handler<?>> CellPreviewEvent.getType()
Gets the type associated with this event.Modifier and TypeMethodDescriptionHasCellPreviewHandlers.addCellPreviewHandler
(CellPreviewEvent.Handler<T> handler) Adds aCellPreviewEvent
handler.protected void
CellPreviewEvent.dispatch
(CellPreviewEvent.Handler<T> handler) ModifierConstructorDescriptionDefaultNodeInfo
(AbstractDataProvider<T> dataProvider, Cell<T> cell, SelectionModel<? super T> selectionModel, CellPreviewEvent.Handler<T> selectionEventManager, ValueUpdater<T> valueUpdater) Construct a newTreeViewModel.DefaultNodeInfo
.