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

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

Introduction

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

The text is from its open source code.

Implementation

com.google.gwt.cell.client.Cell has the following implementations.
Click this link to see all its implementation.

Method

SetgetConsumedEvents()
Get the set of events that this cell consumes.
booleanhandlesSelection()
Check if this cell handles selection.
booleanisEditing(Context context, Element parent, C value)
Returns true if the cell is currently editing the data identified by the given element and key.
voidonBrowserEvent(Context context, Element parent, C value, NativeEvent event, ValueUpdater valueUpdater)
Handle a browser event that took place within the cell.
voidrender(Context context, C value, SafeHtmlBuilder sb)
Render a cell as HTML into a SafeHtmlBuilder , suitable for passing to Element#setInnerHTML(String) on a container element.
booleanresetFocus(Context context, Element parent, C value)
Reset focus on the Cell.