Uses of Class
com.flowable.form.model.SectionDefinition
-
Packages that use SectionDefinition Package Description com.flowable.form.model -
-
Uses of SectionDefinition in com.flowable.form.model
Fields in com.flowable.form.model declared as SectionDefinition Modifier and Type Field Description protected SectionDefinition
FlowableFormModel. section
Methods in com.flowable.form.model that return SectionDefinition Modifier and Type Method Description SectionDefinition
FlowableFormModel. getSection()
Methods in com.flowable.form.model with parameters of type SectionDefinition Modifier and Type Method Description void
FlowableFormModel. setSection(SectionDefinition section)
-