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 thecellviewwidget 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 HandlerRegistrationAbstractHasData. addRowCountChangeHandler(RowCountChangeEvent.Handler handler)HandlerRegistrationCellTreeNodeView.NodeCellList. addRowCountChangeHandler(RowCountChangeEvent.Handler handler)HandlerRegistrationHasDataPresenter. 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 HandlerRegistrationHasRows. addRowCountChangeHandler(RowCountChangeEvent.Handler handler)Add aRowCountChangeEvent.Handler.protected voidRowCountChangeEvent. dispatch(RowCountChangeEvent.Handler handler)
-