Uses of Interface
com.google.gwt.view.client.RowCountChangeEvent.Handler
-
Packages that use RowCountChangeEvent.Handler 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 RowCountChangeEvent.Handler in com.google.gwt.user.cellview.client
Methods in com.google.gwt.user.cellview.client with parameters of type RowCountChangeEvent.Handler Modifier and Type Method Description HandlerRegistration
AbstractHasData. addRowCountChangeHandler(RowCountChangeEvent.Handler handler)
HandlerRegistration
CellTreeNodeView.NodeCellList. addRowCountChangeHandler(RowCountChangeEvent.Handler handler)
HandlerRegistration
HasDataPresenter. addRowCountChangeHandler(RowCountChangeEvent.Handler handler)
-
Uses of RowCountChangeEvent.Handler in com.google.gwt.view.client
Methods in com.google.gwt.view.client that return types with arguments of type RowCountChangeEvent.Handler Modifier and Type Method Description GwtEvent.Type<RowCountChangeEvent.Handler>
RowCountChangeEvent. getAssociatedType()
static GwtEvent.Type<RowCountChangeEvent.Handler>
RowCountChangeEvent. getType()
Gets the type associated with this event.Methods in com.google.gwt.view.client with parameters of type RowCountChangeEvent.Handler Modifier and Type Method Description HandlerRegistration
HasRows. addRowCountChangeHandler(RowCountChangeEvent.Handler handler)
Add aRowCountChangeEvent.Handler
.protected void
RowCountChangeEvent. dispatch(RowCountChangeEvent.Handler handler)
-