|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HasRows | |
---|---|
com.google.gwt.user.cellview.client | The "cellview" widget set. |
com.google.gwt.view.client | Classes and interfaces used by the
cellview widget set. |
Uses of HasRows in com.google.gwt.user.cellview.client |
---|
Classes in com.google.gwt.user.cellview.client that implement HasRows | |
---|---|
class |
AbstractCellTable<T>
Abstract base class for tabular views that supports paging and columns. |
class |
AbstractHasData<T>
An abstract Widget that implements HasData . |
(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>
The HasData 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 of HasData that presents data for various
cell based widgets. |
Methods in com.google.gwt.user.cellview.client that return HasRows | |
---|---|
HasRows |
AbstractPager.getDisplay()
Get the HasRows being paged. |
Methods in com.google.gwt.user.cellview.client with parameters of type HasRows | |
---|---|
AbstractPager |
CellBrowser.PagerFactory.create(HasRows display)
|
void |
SimplePager.setDisplay(HasRows display)
|
void |
PageSizePager.setDisplay(HasRows display)
|
void |
AbstractPager.setDisplay(HasRows display)
Set the HasRows to be paged. |
Uses of HasRows in com.google.gwt.view.client |
---|
Subinterfaces of HasRows in com.google.gwt.view.client | |
---|---|
interface |
HasData<T>
A view that can display a range of data. |
Methods in com.google.gwt.view.client with parameters of type HasRows | |
---|---|
static void |
RowCountChangeEvent.fire(HasRows source,
int rowCount,
boolean isExact)
Fires a RowCountChangeEvent on all registered handlers in the
handler manager. |
static void |
RangeChangeEvent.fire(HasRows source,
Range range)
Fires a RangeChangeEvent on all registered handlers in the handler
manager. |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |