Uses of Interface
com.google.gwt.view.client.HasRows
-
Packages that use HasRows Package Description com.google.gwt.user.cellview.client The "cellview" widget set.com.google.gwt.view.client Classes and interfaces used by thecellview
widget set. -
-
Uses of HasRows in com.google.gwt.user.cellview.client
Classes in com.google.gwt.user.cellview.client that implement HasRows Modifier and Type Class Description class
AbstractCellTable<T>
Abstract base class for tabular views that supports paging and columns.class
AbstractHasData<T>
(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.(package private) static class
CellTreeNodeView.NodeCellList<C>
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
HasDataPresenter<T>
Presenter implementation ofHasData
that presents data for various cell based widgets.Methods in com.google.gwt.user.cellview.client that return HasRows Modifier and Type Method Description HasRows
AbstractPager. getDisplay()
Get theHasRows
being paged.Methods in com.google.gwt.user.cellview.client with parameters of type HasRows Modifier and Type Method Description AbstractPager
CellBrowser.PagerFactory. create(HasRows display)
void
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
Subinterfaces of HasRows in com.google.gwt.view.client Modifier and Type Interface Description interface
HasData<T>
A view that can display a range of data.Methods in com.google.gwt.view.client with parameters of type HasRows Modifier and Type Method Description static void
RangeChangeEvent. fire(HasRows source, Range range)
Fires aRangeChangeEvent
on all registered handlers in the handler manager.static void
RowCountChangeEvent. fire(HasRows source, int rowCount, boolean isExact)
Fires aRowCountChangeEvent
on all registered handlers in the handler manager.
-