Uses of Class
org.flowable.ui.modeler.model.FormFieldSummaryRepresentation
-
Packages that use FormFieldSummaryRepresentation Package Description org.flowable.ui.modeler.model -
-
Uses of FormFieldSummaryRepresentation in org.flowable.ui.modeler.model
Fields in org.flowable.ui.modeler.model with type parameters of type FormFieldSummaryRepresentation Modifier and Type Field Description protected List<FormFieldSummaryRepresentation>FormFieldValuesRepresentation. fieldsMethods in org.flowable.ui.modeler.model that return types with arguments of type FormFieldSummaryRepresentation Modifier and Type Method Description List<FormFieldSummaryRepresentation>FormFieldValuesRepresentation. getFields()Method parameters in org.flowable.ui.modeler.model with type arguments of type FormFieldSummaryRepresentation Modifier and Type Method Description voidFormFieldValuesRepresentation. setFields(List<FormFieldSummaryRepresentation> fields)
-