Class DataGridUtils
- java.lang.Object
-
- org.jbpm.workbench.pr.client.util.DataGridUtils
-
public class DataGridUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCHAR_SIZE_IN_PIXELS
-
Constructor Summary
Constructors Constructor Description DataGridUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.gwt.safehtml.shared.SafeHtmlcreateDivEnd()static com.google.gwt.safehtml.shared.SafeHtmlcreateDivStart(String title)static com.google.gwt.safehtml.shared.SafeHtmlcreateDivStart(String title, String defaultValue)static intgetColumnWith(com.google.gwt.user.cellview.client.AbstractCellTable table, int col)static intgetColumnWith(com.google.gwt.user.cellview.client.AbstractCellTable table, com.google.gwt.user.cellview.client.Column col)static intgetDistributedColumnWidth(com.google.gwt.user.cellview.client.AbstractCellTable table, com.google.gwt.user.cellview.client.Column col)static StringtrimToColumnWidth(com.google.gwt.user.cellview.client.AbstractCellTable table, com.google.gwt.user.cellview.client.Column column, String value)
-
-
-
Method Detail
-
trimToColumnWidth
public static String trimToColumnWidth(com.google.gwt.user.cellview.client.AbstractCellTable table, com.google.gwt.user.cellview.client.Column column, String value)
-
getDistributedColumnWidth
public static int getDistributedColumnWidth(com.google.gwt.user.cellview.client.AbstractCellTable table, com.google.gwt.user.cellview.client.Column col)
-
getColumnWith
public static int getColumnWith(com.google.gwt.user.cellview.client.AbstractCellTable table, int col)
-
getColumnWith
public static int getColumnWith(com.google.gwt.user.cellview.client.AbstractCellTable table, com.google.gwt.user.cellview.client.Column col)
-
createDivStart
public static com.google.gwt.safehtml.shared.SafeHtml createDivStart(String title)
-
createDivStart
public static com.google.gwt.safehtml.shared.SafeHtml createDivStart(String title, String defaultValue)
-
createDivEnd
public static com.google.gwt.safehtml.shared.SafeHtml createDivEnd()
-
-