List of usage examples for com.google.gwt.cell.client TextCell subclass-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);