Uses of Class
com.google.gwt.user.cellview.client.AbstractHasData
-
Packages that use AbstractHasData Package Description com.google.gwt.user.cellview.client The "cellview" widget set. -
-
Uses of AbstractHasData in com.google.gwt.user.cellview.client
Subclasses of AbstractHasData in com.google.gwt.user.cellview.client Modifier and Type Class Description class
AbstractCellTable<T>
Abstract base class for tabular views that supports paging and columns.(package private) class
CellBrowser.BrowserCellList<T>
A custom version of cell list used by the browser.class
CellList<T>
A single column list of cells.class
CellTable<T>
A tabular view that supports paging and columns.class
DataGrid<T>
A tabular view with a fixed header and footer section and a scrollable data section in the middle.Methods in com.google.gwt.user.cellview.client that return AbstractHasData Modifier and Type Method Description AbstractHasData<T>
AbstractHasData.DefaultKeyboardSelectionHandler. getDisplay()
Constructors in com.google.gwt.user.cellview.client with parameters of type AbstractHasData Constructor Description DefaultKeyboardSelectionHandler(AbstractHasData<T> display)
Construct a new keyboard selection handler for the specified view.
-