Uses of Interface
com.google.gwt.view.client.ProvidesKey
Package
Description
The "cellview" widget set.
Widgets, Panels, and other user-interface classes.
Classes and interfaces used by the
cellview
widget set.Classes used by the request factory to manage proxies, user logins, and
authentication.
-
Uses of ProvidesKey in com.google.gwt.user.cellview.client
Modifier and TypeMethodDescriptionAbstractHasData.getKeyProvider()
CellWidget.getKeyProvider()
HasDataPresenter.getKeyProvider()
ModifierConstructorDescriptionAbstractCellTable
(Element elem, int pageSize, AbstractCellTable.Resources resources, ProvidesKey<T> keyProvider) Constructs a table with the given page size, the specifiedAbstractCellTable.Style
, and the given key provider.AbstractCellTable
(Widget widget, int pageSize, AbstractCellTable.Resources resources, ProvidesKey<T> keyProvider) Constructs a table with the given page size, the specifiedAbstractCellTable.Style
, and the given key provider.AbstractHasData
(Element elem, int pageSize, ProvidesKey<T> keyProvider) Constructs anAbstractHasData
with the given page size.AbstractHasData
(Widget widget, int pageSize, ProvidesKey<T> keyProvider) Constructs anAbstractHasData
with the given page size.BrowserCellList
(Cell<T> cell, int level, ProvidesKey<T> keyProvider) CellList
(Cell<T> cell, CellList.Resources resources, ProvidesKey<T> keyProvider) CellList
(Cell<T> cell, ProvidesKey<T> keyProvider) Construct a newCellList
with the specifiedkey provider
.CellTable
(int pageSize, CellTable.Resources resources, ProvidesKey<T> keyProvider) Constructs a table with the given page size, the specifiedCellTable.Resources
, and the given key provider.CellTable
(int pageSize, CellTable.Resources resources, ProvidesKey<T> keyProvider, Widget loadingIndicator) Constructs a table with the specified page size,CellTable.Resources
, key provider, and loading indicator.CellTable
(int pageSize, CellTable.Resources resources, ProvidesKey<T> keyProvider, Widget loadingIndicator, boolean enableColGroup, boolean attachLoadingPanel) Constructs a table with the specified page size,CellTable.Resources
, key provider, and loading indicator.CellTable
(int pageSize, ProvidesKey<T> keyProvider) Constructs a table with the given page size and the givenkey provider
.CellTable
(ProvidesKey<T> keyProvider) Constructs a table with a default page size of 15, and the givenkey provider
.CellWidget
(Cell<C> cell, ProvidesKey<C> keyProvider) Construct a newCellWidget
with the specified cell and key provider, and an initial value ofnull
.CellWidget
(Cell<C> cell, C initialValue, ProvidesKey<C> keyProvider) Construct a newCellWidget
with the specified cell, initial value, and key provider.protected
CellWidget
(Cell<C> cell, C initialValue, ProvidesKey<C> keyProvider, Element elem) Creates aCellWidget
with the specified cell, initial value, key provider, using the specified element as the wrapper around the cell.DataGrid
(int pageSize, DataGrid.Resources resources, ProvidesKey<T> keyProvider) Constructs a table with the given page size, the specifiedDataGrid.Resources
, and the given key provider.DataGrid
(int pageSize, DataGrid.Resources resources, ProvidesKey<T> keyProvider, Widget loadingIndicator) Constructs a table with the given page size, the specifiedDataGrid.Resources
, and the given key provider.DataGrid
(int pageSize, ProvidesKey<T> keyProvider) Constructs a table with the given page size and the givenkey provider
.DataGrid
(ProvidesKey<T> keyProvider) Constructs a table with a default page size of 50, and the givenkey provider
.HasDataPresenter
(HasData<T> display, HasDataPresenter.View<T> view, int pageSize, ProvidesKey<T> keyProvider) Construct a newHasDataPresenter
. -
Uses of ProvidesKey in com.google.gwt.user.client.ui
ModifierConstructorDescriptionValueListBox
(Renderer<? super T> renderer, ProvidesKey<T> keyProvider) -
Uses of ProvidesKey in com.google.gwt.view.client
Modifier and TypeInterfaceDescriptioninterface
A model for selection within a list.interface
A model that allows getting all elements and clearing the selection.Modifier and TypeClassDescriptionclass
A base implementation of a data source forHasData
implementations.class
An implementation ofAbstractDataProvider
that allows the data to be modified.class
A convenienceSelectionModel
that allows items to be selected according to a subclass-defined rule, plus a list of positive or negative exceptions.class
A concrete subclass ofAbstractDataProvider
that is backed by an in-memory list.class
A simple selection model that allows multiple items to be selected.class
A selection model that does not allow selection, but fires selection change events.class
A simple selection model that allows multiple items to be selected and retains order of selection.static class
A default implementation ofSelectionModel
that provides listener addition and removal.class
Simple passthrough implementation ofProvidesKey
.class
A simple selection model that allows only one item to be selected a a time.Modifier and TypeMethodDescriptionAbstractDataProvider.getKeyProvider()
Get theProvidesKey
that provides keys for list items.HasKeyProvider.getKeyProvider()
Return the key provider.SelectionModel.AbstractSelectionModel.getKeyProvider()
Returns aProvidesKey
instance that simply returns the input data item.TreeViewModel.DefaultNodeInfo.getProvidesKey()
TreeViewModel.NodeInfo.getProvidesKey()
Return the key provider for children of this node.ModifierConstructorDescriptionprotected
AbstractDataProvider
(ProvidesKey<T> keyProvider) Construct an AbstractDataProvider with a given key provider.protected
AbstractSelectionModel
(ProvidesKey<T> keyProvider) Construct an AbstractSelectionModel with a given key provider.protected
AsyncDataProvider
(ProvidesKey<T> keyProvider) Constructs an AsyncDataProvider with the given key provider.DefaultSelectionModel
(ProvidesKey<T> keyProvider) Constructs a DefaultSelectionModel with the given key provider.ListDataProvider
(ProvidesKey<T> keyProvider) Creates an empty list model that wraps the given collection.ListDataProvider
(List<T> listToWrap, ProvidesKey<T> keyProvider) Creates a list model that wraps the given list.MultiSelectionModel
(ProvidesKey<T> keyProvider) Constructs a MultiSelectionModel with the given key provider.(package private)
MultiSelectionModel
(ProvidesKey<T> keyProvider, Map<Object, T> selectedSet, Map<Object, MultiSelectionModel.SelectionChange<T>> selectionChanges) Construct a MultiSelectionModel with the given key provider and implementations of selectedSet and selectionChanges.NoSelectionModel
(ProvidesKey<T> keyProvider) Constructs a NoSelectionModel with the given key provider.OrderedMultiSelectionModel
(ProvidesKey<T> keyProvider) Constructs a OrderedMultiSelectionModel with the given key provider.SingleSelectionModel
(ProvidesKey<T> keyProvider) Constructs a SingleSelectionModel with the given key provider. -
Uses of ProvidesKey in com.google.web.bindery.requestfactory.gwt.ui.client
Modifier and TypeClassDescriptionclass
EntityProxyKeyProvider<P extends EntityProxy>
AnEntityProxy
-aware key provider, handy for use withSelectionModel
and various cell widgets.