Java com.google.gwt.view.client RowCountChangeEvent fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.view.client RowCountChangeEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.view.client RowCountChangeEvent.

The text is from its open source code.

Method

voidfire(HasRows source, int rowCount, boolean isExact)
Fires a RowCountChangeEvent on all registered handlers in the handler manager.
intgetNewRowCount()
Gets the new row count.
TypegetType()
Gets the type associated with this event.
booleanisNewRowCountExact()
Check if the new row count is exact.