Uses of Interface
com.google.gwt.view.client.CellPreviewEvent.Handler
-
Packages that use CellPreviewEvent.Handler Package Description com.google.gwt.user.cellview.client The "cellview" widget set.com.google.gwt.view.client Classes and interfaces used by thecellviewwidget set. -
-
Uses of CellPreviewEvent.Handler in com.google.gwt.user.cellview.client
Classes in com.google.gwt.user.cellview.client that implement CellPreviewEvent.Handler Modifier and Type Class Description static classAbstractCellTable.CellTableKeyboardSelectionHandler<T>Default implementation of a keyboard navigation handler for tables that supports navigation between cells.static classAbstractHasData.DefaultKeyboardSelectionHandler<T>Default implementation of a keyboard navigation handler.Methods in com.google.gwt.user.cellview.client with parameters of type CellPreviewEvent.Handler Modifier and Type Method Description HandlerRegistrationAbstractHasData. addCellPreviewHandler(CellPreviewEvent.Handler<T> handler)HandlerRegistrationCellTreeNodeView.NodeCellList. addCellPreviewHandler(CellPreviewEvent.Handler<C> handler)HandlerRegistrationHasDataPresenter. addCellPreviewHandler(CellPreviewEvent.Handler<T> handler)voidAbstractHasData. setKeyboardSelectionHandler(CellPreviewEvent.Handler<T> keyboardSelectionReg)Set the handler that handles keyboard selection/navigation.voidAbstractHasData. setSelectionModel(SelectionModel<? super T> selectionModel, CellPreviewEvent.Handler<T> selectionEventManager)Set theSelectionModelthat defines which items are selected and theCellPreviewEvent.Handlerthat controls how user selection is handled. -
Uses of CellPreviewEvent.Handler in com.google.gwt.view.client
Classes in com.google.gwt.view.client that implement CellPreviewEvent.Handler Modifier and Type Class Description classDefaultSelectionEventManager<T>An implementation ofCellPreviewEvent.Handlerthat adds selection support via the spacebar and mouse clicks and handles the control key.Methods in com.google.gwt.view.client that return types with arguments of type CellPreviewEvent.Handler Modifier and Type Method Description GwtEvent.Type<CellPreviewEvent.Handler<T>>CellPreviewEvent. getAssociatedType()static GwtEvent.Type<CellPreviewEvent.Handler<?>>CellPreviewEvent. getType()Gets the type associated with this event.Methods in com.google.gwt.view.client with parameters of type CellPreviewEvent.Handler Modifier and Type Method Description HandlerRegistrationHasCellPreviewHandlers. addCellPreviewHandler(CellPreviewEvent.Handler<T> handler)Adds aCellPreviewEventhandler.protected voidCellPreviewEvent. dispatch(CellPreviewEvent.Handler<T> handler)Constructors in com.google.gwt.view.client with parameters of type CellPreviewEvent.Handler Constructor Description DefaultNodeInfo(AbstractDataProvider<T> dataProvider, Cell<T> cell, SelectionModel<? super T> selectionModel, CellPreviewEvent.Handler<T> selectionEventManager, ValueUpdater<T> valueUpdater)Construct a newTreeViewModel.DefaultNodeInfo.
-