Java com.google.gwt.user.cellview.client CellList fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.cellview.client CellList fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.cellview.client CellList.

The text is from its open source code.

Subclass

com.google.gwt.user.cellview.client.CellList has subclasses.
Click this link to see all its subclasses.

Constructor

CellList(final Cell cell)
Construct a new CellList .
CellList(final Cell cell, Resources resources)
Construct a new CellList with the specified Resources .
CellList(final Cell cell, ProvidesKey keyProvider)
Construct a new CellList with the specified ProvidesKey key provider .
CellList(final Cell cell, Resources resources, ProvidesKey keyProvider)
Construct a new CellList with the specified Resources and ProvidesKey key provider .

Method

ElementgetRowElement(int indexOnPage)
Get the Element for the specified index.
voidsetValueUpdater(ValueUpdater valueUpdater)
Set the value updater to use when cells modify items.