Example usage for com.google.gwt.cell.client TextCell subclass-usage

List of usage examples for com.google.gwt.cell.client TextCell subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.cell.client TextCell subclass-usage.

Usage

From source file org.kie.workbench.common.screens.datamodeller.client.widgets.PropertyTypeCell.java

public class PropertyTypeCell extends TextCell {

    private boolean navigable = false;

    DataObjectBrowser editor;

From source file org.pepstock.jem.gwt.client.commons.TextFilteredCell.java

/**
 * {@link TextCell} extension used to renderer {@link TextFilterableHeader} 
 * @author Marco "Fuzzo" Cuccato
 */
public class TextFilteredCell extends TextCell {

From source file org.roda.wui.client.common.lists.utils.TooltipTextCell.java

public class TooltipTextCell extends TextCell {

    interface Templates extends SafeHtmlTemplates {

        @Template("<span title=\"{0}\">")
        SafeHtml startToolTip(String toolTipText);