Uses of Class
com.google.gwt.user.cellview.client.AbstractHasData
Packages that use AbstractHasData
-
Uses of AbstractHasData in com.google.gwt.user.cellview.client
Subclasses of AbstractHasData in com.google.gwt.user.cellview.clientModifier and TypeClassDescriptionclassAbstract base class for tabular views that supports paging and columns.(package private) classA custom version of cell list used by the browser.classCellList<T>A single column list of cells.classCellTable<T>A tabular view that supports paging and columns.classDataGrid<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 AbstractHasDataConstructors in com.google.gwt.user.cellview.client with parameters of type AbstractHasDataModifierConstructorDescriptionDefaultKeyboardSelectionHandler(AbstractHasData<T> display) Construct a new keyboard selection handler for the specified view.