Uses of Interface
com.google.gwt.view.client.HasRows
Package
Description
The "cellview" widget set.
Classes and interfaces used by the
cellview
widget set.-
Uses of HasRows in com.google.gwt.user.cellview.client
Modifier and TypeClassDescriptionclass
Abstract base class for tabular views that supports paging and columns.class
(package private) class
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.(package private) static class
TheHasData
used to show children.class
DataGrid<T>
A tabular view with a fixed header and footer section and a scrollable data section in the middle.(package private) class
Presenter implementation ofHasData
that presents data for various cell based widgets.Modifier and TypeMethodDescriptionvoid
AbstractPager.setDisplay
(HasRows display) Set theHasRows
to be paged.void
PageSizePager.setDisplay
(HasRows display) void
SimplePager.setDisplay
(HasRows display) -
Uses of HasRows in com.google.gwt.view.client
Modifier and TypeInterfaceDescriptioninterface
HasData<T>
A view that can display a range of data.Modifier and TypeMethodDescriptionstatic void
Fires aRangeChangeEvent
on all registered handlers in the handler manager.static void
Fires aRowCountChangeEvent
on all registered handlers in the handler manager.