Uses of Class
com.flowable.form.model.RowDefinition
-
Packages that use 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 List<RowDefinition>
FlowableFormModel. rows
Methods in com.flowable.form.model that return types with arguments of type RowDefinition Modifier and Type Method Description List<RowDefinition>
FlowableFormModel. getRows()
Method parameters in com.flowable.form.model with type arguments of type RowDefinition Modifier and Type Method Description void
FlowableFormModel. setRows(List<RowDefinition> rows)
-