Java com.google.gwt.cell.client ActionCell fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

com.google.gwt.cell.client.ActionCell has subclasses.
Click this link to see all its subclasses.

Constructor

ActionCell(SafeHtml message, Delegate delegate)
Construct a new ActionCell .
ActionCell(String text, Delegate delegate)
Construct a new ActionCell with a text String that does not contain HTML markup.