Package | Description |
---|---|
com.google.gwt.user.cellview.client |
The "cellview" widget set.
|
com.google.gwt.view.client |
Classes and interfaces used by the
cellview widget set. |
Modifier and Type | Class and Description |
---|---|
static class |
AbstractCellTable.CellTableKeyboardSelectionHandler<T>
Default implementation of a keyboard navigation handler for tables that
supports navigation between cells.
|
static class |
AbstractHasData.DefaultKeyboardSelectionHandler<T>
Default implementation of a keyboard navigation handler.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
CellTreeNodeView.NodeCellList.addCellPreviewHandler(CellPreviewEvent.Handler<C> handler) |
HandlerRegistration |
HasDataPresenter.addCellPreviewHandler(CellPreviewEvent.Handler<T> handler) |
HandlerRegistration |
AbstractHasData.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 the
SelectionModel that defines which items are selected and
the CellPreviewEvent.Handler that
controls how user selection is handled. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSelectionEventManager<T>
An implementation of
CellPreviewEvent.Handler that adds selection
support via the spacebar and mouse clicks and handles the control key. |
Modifier and Type | Method and Description |
---|---|
GwtEvent.Type<CellPreviewEvent.Handler<T>> |
CellPreviewEvent.getAssociatedType() |
static GwtEvent.Type<CellPreviewEvent.Handler<?>> |
CellPreviewEvent.getType()
Gets the type associated with this event.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
HasCellPreviewHandlers.addCellPreviewHandler(CellPreviewEvent.Handler<T> handler)
Adds a
CellPreviewEvent handler. |
protected void |
CellPreviewEvent.dispatch(CellPreviewEvent.Handler<T> handler) |
Constructor and Description |
---|
DefaultNodeInfo(AbstractDataProvider<T> dataProvider,
Cell<T> cell,
SelectionModel<? super T> selectionModel,
CellPreviewEvent.Handler<T> selectionEventManager,
ValueUpdater<T> valueUpdater)
Construct a new
TreeViewModel.DefaultNodeInfo . |