|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellPreviewEvent.Handler | |
---|---|
com.google.gwt.user.cellview.client | The "cellview" widget set. |
com.google.gwt.view.client | Classes and interfaces used by the
cellview widget set. |
Uses of CellPreviewEvent.Handler in com.google.gwt.user.cellview.client |
---|
Methods in com.google.gwt.user.cellview.client with parameters of type CellPreviewEvent.Handler | |
---|---|
HandlerRegistration |
AbstractHasData.addCellPreviewHandler(CellPreviewEvent.Handler<T> handler)
|
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. |
Uses of CellPreviewEvent.Handler in com.google.gwt.view.client |
---|
Classes in com.google.gwt.view.client that implement CellPreviewEvent.Handler | |
---|---|
class |
DefaultSelectionEventManager<T>
An implementation of CellPreviewEvent.Handler that 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 | |
---|---|
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 | |
---|---|
HandlerRegistration |
HasCellPreviewHandlers.addCellPreviewHandler(CellPreviewEvent.Handler<T> handler)
Adds a CellPreviewEvent handler. |
protected void |
CellPreviewEvent.dispatch(CellPreviewEvent.Handler<T> handler)
|
Constructors in com.google.gwt.view.client with parameters of type CellPreviewEvent.Handler | |
---|---|
TreeViewModel.DefaultNodeInfo(AbstractDataProvider<T> dataProvider,
Cell<T> cell,
SelectionModel<? super T> selectionModel,
CellPreviewEvent.Handler<T> selectionEventManager,
ValueUpdater<T> valueUpdater)
Construct a new TreeViewModel.DefaultNodeInfo . |
|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |