org.jbpm.console.ng.pr.client.util
Class DataGridUtils
java.lang.Object
org.jbpm.console.ng.pr.client.util.DataGridUtils
public class DataGridUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newProcessDefName
public static String newProcessDefName
newProcessDefVersion
public static String newProcessDefVersion
newProcessInstanceId
public static Long newProcessInstanceId
newProcessInstanceDefName
public static String newProcessInstanceDefName
newProcessInstanceDefVersion
public static String newProcessInstanceDefVersion
newProcessInstanceStartDate
public static Date newProcessInstanceStartDate
DataGridUtils
public DataGridUtils()
paintRowSelected
public static void paintRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<ProcessSummary> myProcessDefListGrid,
String nameProcessDef,
String versionProcessDef)
paintInstanceRowSelected
public static void paintInstanceRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> myProcessInstanceListGrid,
String nameProcessDef,
String versionProcessDef,
Date startDateInstance)
getProcessNameRowSelected
public static String getProcessNameRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<ProcessSummary> myProcessDefListGrid)
getProcessVersionRowSelected
public static String getProcessVersionRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<ProcessSummary> myProcessDefListGrid)
getProcessInstanceNameRowSelected
public static String getProcessInstanceNameRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> myProcessInstanceListGrid)
getProcessInstanceVersionRowSelected
public static String getProcessInstanceVersionRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> myProcessInstanceListGrid)
getProcessInstanceStartDateRowSelected
public static String getProcessInstanceStartDateRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<ProcessInstanceSummary> myProcessInstanceListGrid)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.