Java com.google.gwt.gen2.table.client CachedTableModel fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.gen2.table.client CachedTableModel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.gen2.table.client CachedTableModel.

The text is from its open source code.

Subclass

com.google.gwt.gen2.table.client.CachedTableModel has subclasses.
Click this link to see all its subclasses.

Constructor

CachedTableModel(MutableTableModel tableModel)
Construct a new CachedTableModel .

Method

voidsetPostCachedRowCount(int postCacheRows)
Set the number of rows to cache after the visible data area.
voidsetPreCachedRowCount(int preCacheRows)
Set the number of rows to cache before the visible data area.
voidsetRowCount(int rowCount)