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 thecellviewwidget 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 classAbstractCellTable<T>Abstract base class for tabular views that supports paging and columns.classAbstractHasData<T>(package private) classCellBrowser.BrowserCellList<T>A 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.(package private) static classCellTreeNodeView.NodeCellList<C>TheHasDataused to show children.classDataGrid<T>A tabular view with a fixed header and footer section and a scrollable data section in the middle.(package private) classHasDataPresenter<T>Presenter implementation ofHasDatathat presents data for various cell based widgets.Methods in com.google.gwt.user.cellview.client that return HasRows Modifier and Type Method Description HasRowsAbstractPager. getDisplay()Get theHasRowsbeing paged.Methods in com.google.gwt.user.cellview.client with parameters of type HasRows Modifier and Type Method Description AbstractPagerCellBrowser.PagerFactory. create(HasRows display)voidAbstractPager. setDisplay(HasRows display)Set theHasRowsto be paged.voidPageSizePager. setDisplay(HasRows display)voidSimplePager. 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 interfaceHasData<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 voidRangeChangeEvent. fire(HasRows source, Range range)Fires aRangeChangeEventon all registered handlers in the handler manager.static voidRowCountChangeEvent. fire(HasRows source, int rowCount, boolean isExact)Fires aRowCountChangeEventon all registered handlers in the handler manager.
-