Uses of Interface
com.google.gwt.view.client.HasRows
Packages that use 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
Classes in com.google.gwt.user.cellview.client that implement HasRowsModifier and TypeClassDescriptionclassAbstract base class for tabular views that supports paging and columns.class(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.(package private) static classTheHasDataused 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) classPresenter implementation ofHasDatathat presents data for various cell based widgets.Methods in com.google.gwt.user.cellview.client that return HasRowsMethods in com.google.gwt.user.cellview.client with parameters of type HasRowsModifier and TypeMethodDescriptionvoidAbstractPager.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.clientModifier and TypeInterfaceDescriptioninterfaceHasData<T>A view that can display a range of data.Methods in com.google.gwt.view.client with parameters of type HasRowsModifier and TypeMethodDescriptionstatic voidFires aRangeChangeEventon all registered handlers in the handler manager.static voidFires aRowCountChangeEventon all registered handlers in the handler manager.