jBPM Console NG - Process Runtime Client 6.0.0.CR4-Pre1

org.jbpm.console.ng.pr.client.util
Class DataGridUtils

java.lang.Object
  extended by org.jbpm.console.ng.pr.client.util.DataGridUtils

public class DataGridUtils
extends Object


Field Summary
static String newProcessDefName
           
static String newProcessDefVersion
           
static String newProcessInstanceDefName
           
static String newProcessInstanceDefVersion
           
static Long newProcessInstanceId
           
static String newProcessInstanceStartDate
           
 
Constructor Summary
DataGridUtils()
           
 
Method Summary
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, String nameProcessDef, String versionProcessDef, String startDateInstance)
           
static void paintRowSelected(com.github.gwtbootstrap.client.ui.DataGrid<ProcessSummary> myProcessDefListGrid, String nameProcessDef, String versionProcessDef)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 String newProcessInstanceStartDate
Constructor Detail

DataGridUtils

public DataGridUtils()
Method Detail

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,
                                            String 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)

jBPM Console NG - Process Runtime Client 6.0.0.CR4-Pre1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.