public final class CmsCellTableUtil
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
STATUS_ERROR
CSS class for the error text.
|
static java.lang.String |
STATUS_OK
CSS class for the 'Status OK' text.
|
限定符和类型 | 方法和说明 |
---|---|
static void |
ensureCellTableParentResize(com.google.gwt.user.cellview.client.CellTable<?> table)
Ensures that surrounding scroll panels are notified when a table changes size.
|
static com.google.gwt.safehtml.shared.SafeHtml |
formatErrorHtml(java.lang.String error)
Formats the HTML for the error column of a cell table given an error message.
|
public static final java.lang.String STATUS_ERROR
public static final java.lang.String STATUS_OK
public static void ensureCellTableParentResize(com.google.gwt.user.cellview.client.CellTable<?> table)
table
- the table for which the parent scroll panels should be notifiedpublic static com.google.gwt.safehtml.shared.SafeHtml formatErrorHtml(java.lang.String error)
error
- the error message (null for no error)