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

Example usage for Java com.google.gwt.user.cellview.client CellWidget 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 CellWidget.

The text is from its open source code.

Constructor

CellWidget(Cell cell, ProvidesKey keyProvider)
Construct a new CellWidget with the specified cell and key provider, and an initial value of null.
CellWidget(Cell cell, C initialValue)
Construct a new CellWidget with the specified cell and initial value.
CellWidget(Cell cell)
Construct a new CellWidget with the specified cell and an initial value of null.

Method

voidaddStyleName(String style)
Adds a secondary or dependent style name to this object.