Uses of Interface
org.flowable.engine.form.FormType
-
Packages that use FormType Package Description org.flowable.engine.form Classes related to theFormService.org.flowable.engine.impl.form -
-
Uses of FormType in org.flowable.engine.form
Classes in org.flowable.engine.form that implement FormType Modifier and Type Class Description classAbstractFormTypeCustom form types should extend this abstract class.Methods in org.flowable.engine.form that return FormType Modifier and Type Method Description FormTypeFormProperty. getType()Type of the property. -
Uses of FormType in org.flowable.engine.impl.form
Classes in org.flowable.engine.impl.form that implement FormType Modifier and Type Class Description classBooleanFormTypeclassDateFormTypeclassDoubleFormTypeclassEnumFormTypeclassLongFormTypeclassStringFormTypeFields in org.flowable.engine.impl.form declared as FormType Modifier and Type Field Description protected FormTypeFormPropertyImpl. typeMethods in org.flowable.engine.impl.form that return FormType Modifier and Type Method Description FormTypeFormPropertyImpl. getType()
-