public class DataGridUtils extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CHAR_SIZE_IN_PIXELS |
static String |
newProcessDefName |
static String |
newProcessDefVersion |
static String |
newProcessInstanceDefName |
static String |
newProcessInstanceDefVersion |
static Long |
newProcessInstanceId |
static Date |
newProcessInstanceStartDate |
static int |
pageSize |
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 |
getProcessInstanceNameRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> myProcessInstanceListGrid) |
static String |
getProcessInstanceStartDateRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> myProcessInstanceListGrid) |
static String |
getProcessInstanceVersionRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> myProcessInstanceListGrid) |
static String |
getProcessNameRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<ProcessSummary> myProcessDefListGrid) |
static String |
getProcessVersionRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<ProcessSummary> myProcessDefListGrid) |
static void |
paintInstanceRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> myProcessInstanceListGrid,
Long id) |
static void |
paintRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<ProcessSummary> myProcessDefListGrid,
String nameProcessDef,
String versionProcessDef) |
static void |
redrawVisibleRange(com.google.gwt.user.cellview.client.AbstractCellTable table) |
static void |
setTooltip(com.github.gwtbootstrap.client.ui.DataGrid<VariableSummary> varListGrid,
String idCurrentRow,
int column,
String newValue,
String oldValue) |
static String |
trimToColumnWidth(com.google.gwt.user.cellview.client.AbstractCellTable table,
com.google.gwt.user.cellview.client.Column column,
String value) |
public static String newProcessDefName
public static String newProcessDefVersion
public static Long newProcessInstanceId
public static String newProcessInstanceDefName
public static String newProcessInstanceDefVersion
public static Date newProcessInstanceStartDate
public static int pageSize
public static int CHAR_SIZE_IN_PIXELS
public static void paintRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<ProcessSummary> myProcessDefListGrid, String nameProcessDef, String versionProcessDef)
public static void paintInstanceRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> myProcessInstanceListGrid, Long id)
public static String getProcessNameRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<ProcessSummary> myProcessDefListGrid)
public static String getProcessVersionRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<ProcessSummary> myProcessDefListGrid)
public static String getProcessInstanceNameRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> myProcessInstanceListGrid)
public static String getProcessInstanceVersionRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> myProcessInstanceListGrid)
public static String getProcessInstanceStartDateRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> myProcessInstanceListGrid)
public static void setTooltip(com.github.gwtbootstrap.client.ui.DataGrid<VariableSummary> varListGrid, String idCurrentRow, int column, String newValue, String oldValue)
public static String trimToColumnWidth(com.google.gwt.user.cellview.client.AbstractCellTable table, com.google.gwt.user.cellview.client.Column column, String value)
public static void redrawVisibleRange(com.google.gwt.user.cellview.client.AbstractCellTable table)
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-2014 JBoss by Red Hat. All Rights Reserved.