Class HtmlColumn<T>
- java.lang.Object
-
- com.google.gwt.user.cellview.client.Column<T,com.google.gwt.safehtml.shared.SafeHtml>
-
- org.pentaho.mantle.client.ui.column.HtmlColumn<T>
-
- All Implemented Interfaces:
com.google.gwt.cell.client.HasCell<T,com.google.gwt.safehtml.shared.SafeHtml>
,com.google.gwt.user.client.ui.HasAlignment
,com.google.gwt.user.client.ui.HasHorizontalAlignment
,com.google.gwt.user.client.ui.HasVerticalAlignment
public abstract class HtmlColumn<T> extends com.google.gwt.user.cellview.client.Column<T,com.google.gwt.safehtml.shared.SafeHtml>
-
-
Constructor Summary
Constructors Constructor Description HtmlColumn()
HtmlColumn(com.google.gwt.cell.client.Cell<com.google.gwt.safehtml.shared.SafeHtml> cell)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract String
getStringValue(T t)
com.google.gwt.safehtml.shared.SafeHtml
getValue(T t)
-
Methods inherited from class com.google.gwt.user.cellview.client.Column
getCell, getCellStyleNames, getDataStoreName, getFieldUpdater, getHorizontalAlignment, getVerticalAlignment, isDefaultSortAscending, isSortable, onBrowserEvent, render, setCellStyleNames, setDataStoreName, setDefaultSortAscending, setFieldUpdater, setHorizontalAlignment, setSortable, setVerticalAlignment
-
-
-
-
Method Detail
-
getValue
public com.google.gwt.safehtml.shared.SafeHtml getValue(T t)
-
-