org.jbpm.console.ng.gc.client.util
Class DataGridUtils
java.lang.Object
org.jbpm.console.ng.gc.client.util.DataGridUtils
public class DataGridUtils
- extends Object
|
Method Summary |
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 |
getIdRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<?> myListGrid)
|
static void |
paint(com.github.gwtbootstrap.client.ui.DataGrid<?> myListGrid,
int row,
int column,
String color)
|
static void |
paintCalendarFromGrid(com.github.gwtbootstrap.client.ui.DataGrid<?> myListGrid)
|
static void |
PaintGridFromCalendar(com.github.gwtbootstrap.client.ui.DataGrid<?> myListGrid)
|
static void |
paintRowById(com.github.gwtbootstrap.client.ui.DataGrid<?> myListGrid,
Long id)
|
static void |
paintRowsCompleted(com.github.gwtbootstrap.client.ui.DataGrid<?> myListGrid)
|
static void |
paintRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<?> myListGrid,
String id)
|
static void |
redrawVisibleRange(com.google.gwt.user.cellview.client.AbstractCellTable table)
|
static void |
setHideOnAllColumns(com.github.gwtbootstrap.client.ui.DataGrid<?> myListGrid)
|
static void |
setTooltip(com.github.gwtbootstrap.client.ui.DataGrid<?> myListGrid,
long idCurrentRow,
int column,
String description)
|
static void |
setTooltip(com.github.gwtbootstrap.client.ui.DataGrid<?> kmoduleListGrid,
String idCurrentRow,
int column,
String kModuleId)
|
static String |
trimToColumnWidth(com.google.gwt.user.cellview.client.AbstractCellTable table,
com.google.gwt.user.cellview.client.Column column,
String value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currentIdSelected
public static Long currentIdSelected
idTaskCalendar
public static Long idTaskCalendar
pageSize
public static int pageSize
clientSidePages
public static int clientSidePages
CHAR_SIZE_IN_PIXELS
public static int CHAR_SIZE_IN_PIXELS
DataGridUtils
public DataGridUtils()
paintRowSelected
public static void paintRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<?> myListGrid,
String id)
getIdRowSelected
public static String getIdRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<?> myListGrid)
paintRowsCompleted
public static void paintRowsCompleted(com.github.gwtbootstrap.client.ui.DataGrid<?> myListGrid)
paint
public static void paint(com.github.gwtbootstrap.client.ui.DataGrid<?> myListGrid,
int row,
int column,
String color)
paintRowById
public static void paintRowById(com.github.gwtbootstrap.client.ui.DataGrid<?> myListGrid,
Long id)
paintCalendarFromGrid
public static void paintCalendarFromGrid(com.github.gwtbootstrap.client.ui.DataGrid<?> myListGrid)
PaintGridFromCalendar
public static void PaintGridFromCalendar(com.github.gwtbootstrap.client.ui.DataGrid<?> myListGrid)
setHideOnAllColumns
public static void setHideOnAllColumns(com.github.gwtbootstrap.client.ui.DataGrid<?> myListGrid)
setTooltip
public static void setTooltip(com.github.gwtbootstrap.client.ui.DataGrid<?> myListGrid,
long idCurrentRow,
int column,
String description)
trimToColumnWidth
public static String trimToColumnWidth(com.google.gwt.user.cellview.client.AbstractCellTable table,
com.google.gwt.user.cellview.client.Column column,
String value)
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)
getDistributedColumnWidth
public static int getDistributedColumnWidth(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()
redrawVisibleRange
public static void redrawVisibleRange(com.google.gwt.user.cellview.client.AbstractCellTable table)
setTooltip
public static void setTooltip(com.github.gwtbootstrap.client.ui.DataGrid<?> kmoduleListGrid,
String idCurrentRow,
int column,
String kModuleId)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.