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 Long |
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,
Long id)
|
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)
|
| 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
DataGridUtils
public DataGridUtils()
paintRowSelected
public static void paintRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<?> myListGrid,
Long id)
getIdRowSelected
public static Long 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)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.