Uses of Class
com.flowable.form.model.RowDefinition
Package | Description |
---|---|
com.flowable.form.model | |
com.flowable.form.rest.service.api.form |
-
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. rows
Methods 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 void
FlowableFormModel. setRows(java.util.List<RowDefinition> rows)
-
Uses of RowDefinition in com.flowable.form.rest.service.api.form
Fields in com.flowable.form.rest.service.api.form with type parameters of type RowDefinition Modifier and Type Field Description protected java.util.List<RowDefinition>
FormInstanceModelResponse. rows
protected java.util.List<RowDefinition>
FormModelResponse. rows
Methods in com.flowable.form.rest.service.api.form that return types with arguments of type RowDefinition Modifier and Type Method Description java.util.List<RowDefinition>
FormInstanceModelResponse. getRows()
java.util.List<RowDefinition>
FormModelResponse. getRows()
Method parameters in com.flowable.form.rest.service.api.form with type arguments of type RowDefinition Modifier and Type Method Description void
FormInstanceModelResponse. setRows(java.util.List<RowDefinition> rows)
void
FormModelResponse. setRows(java.util.List<RowDefinition> rows)