Uses of Class
org.flowable.bpmn.model.DataGridField
-
Packages that use DataGridField Package Description org.flowable.bpmn.model -
-
Uses of DataGridField in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type DataGridField Modifier and Type Field Description protected List<DataGridField>DataGridRow. fieldsMethods in org.flowable.bpmn.model that return DataGridField Modifier and Type Method Description DataGridFieldDataGridField. clone()Methods in org.flowable.bpmn.model that return types with arguments of type DataGridField Modifier and Type Method Description List<DataGridField>DataGridRow. getFields()Methods in org.flowable.bpmn.model with parameters of type DataGridField Modifier and Type Method Description voidDataGridField. setValues(DataGridField otherField)Method parameters in org.flowable.bpmn.model with type arguments of type DataGridField Modifier and Type Method Description voidDataGridRow. setFields(List<DataGridField> fields)
-