Uses of Class
org.activiti.bpmn.model.DataGridRow
-
Packages that use DataGridRow Package Description org.activiti.bpmn.model -
-
Uses of DataGridRow in org.activiti.bpmn.model
Fields in org.activiti.bpmn.model with type parameters of type DataGridRow Modifier and Type Field Description protected java.util.List<DataGridRow>DataGrid. rowsMethods in org.activiti.bpmn.model that return DataGridRow Modifier and Type Method Description DataGridRowDataGridRow. clone()Methods in org.activiti.bpmn.model that return types with arguments of type DataGridRow Modifier and Type Method Description java.util.List<DataGridRow>DataGrid. getRows()Methods in org.activiti.bpmn.model with parameters of type DataGridRow Modifier and Type Method Description voidDataGridRow. setValues(DataGridRow otherRow)Method parameters in org.activiti.bpmn.model with type arguments of type DataGridRow Modifier and Type Method Description voidDataGrid. setRows(java.util.List<DataGridRow> rows)
-