Uses of Class
com.flowable.form.model.RowDefinition
| Package | Description |
|---|---|
| com.flowable.form.model |
-
Uses of RowDefinition in com.flowable.form.model
Fields in com.flowable.form.model with type parameters of type RowDefinition Modifier and Type Field Description protected java.util.List<RowDefinition>FlowableFormModel. rowsMethods in com.flowable.form.model that return types with arguments of type RowDefinition Modifier and Type Method Description java.util.List<RowDefinition>FlowableFormModel. getRows()Method parameters in com.flowable.form.model with type arguments of type RowDefinition Modifier and Type Method Description voidFlowableFormModel. setRows(java.util.List<RowDefinition> rows)