public class DataGridUtils extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CHAR_SIZE_IN_PIXELS |
Constructor and Description |
---|
DataGridUtils() |
Modifier and Type | Method and Description |
---|---|
static com.google.gwt.safehtml.shared.SafeHtml |
createDivEnd() |
static com.google.gwt.safehtml.shared.SafeHtml |
createDivStart(String title) |
static com.google.gwt.safehtml.shared.SafeHtml |
createDivStart(String title,
String defaultValue) |
static int |
getColumnWith(com.google.gwt.user.cellview.client.AbstractCellTable table,
com.google.gwt.user.cellview.client.Column col) |
static int |
getColumnWith(com.google.gwt.user.cellview.client.AbstractCellTable table,
int col) |
static int |
getDistributedColumnWidth(com.google.gwt.user.cellview.client.AbstractCellTable table,
com.google.gwt.user.cellview.client.Column col) |
static String |
trimToColumnWidth(com.google.gwt.user.cellview.client.AbstractCellTable table,
com.google.gwt.user.cellview.client.Column column,
String value) |
public static String trimToColumnWidth(com.google.gwt.user.cellview.client.AbstractCellTable table, com.google.gwt.user.cellview.client.Column column, String value)
public static int getDistributedColumnWidth(com.google.gwt.user.cellview.client.AbstractCellTable table, com.google.gwt.user.cellview.client.Column col)
public static int getColumnWith(com.google.gwt.user.cellview.client.AbstractCellTable table, int col)
public static int getColumnWith(com.google.gwt.user.cellview.client.AbstractCellTable table, com.google.gwt.user.cellview.client.Column col)
public static com.google.gwt.safehtml.shared.SafeHtml createDivStart(String title)
public static com.google.gwt.safehtml.shared.SafeHtml createDivStart(String title, String defaultValue)
public static com.google.gwt.safehtml.shared.SafeHtml createDivEnd()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.