Uses of Class
org.camunda.bpm.engine.impl.form.type.AbstractFormFieldType
-
Packages that use AbstractFormFieldType Package Description org.camunda.bpm.engine.impl.cfg org.camunda.bpm.engine.impl.form.handler org.camunda.bpm.engine.impl.form.type -
-
Uses of AbstractFormFieldType in org.camunda.bpm.engine.impl.cfg
Fields in org.camunda.bpm.engine.impl.cfg with type parameters of type AbstractFormFieldType Modifier and Type Field Description protected List<AbstractFormFieldType>ProcessEngineConfigurationImpl. customFormTypesMethods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type AbstractFormFieldType Modifier and Type Method Description List<AbstractFormFieldType>ProcessEngineConfigurationImpl. getCustomFormTypes()Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type AbstractFormFieldType Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setCustomFormTypes(List<AbstractFormFieldType> customFormTypes) -
Uses of AbstractFormFieldType in org.camunda.bpm.engine.impl.form.handler
Fields in org.camunda.bpm.engine.impl.form.handler declared as AbstractFormFieldType Modifier and Type Field Description protected AbstractFormFieldTypeFormFieldHandler. typeprotected AbstractFormFieldTypeFormPropertyHandler. typeMethods in org.camunda.bpm.engine.impl.form.handler with parameters of type AbstractFormFieldType Modifier and Type Method Description voidFormFieldHandler. setType(AbstractFormFieldType formType)voidFormPropertyHandler. setType(AbstractFormFieldType type) -
Uses of AbstractFormFieldType in org.camunda.bpm.engine.impl.form.type
Subclasses of AbstractFormFieldType in org.camunda.bpm.engine.impl.form.type Modifier and Type Class Description classBooleanFormTypeclassDateFormTypeclassEnumFormTypeclassLongFormTypeclassSimpleFormFieldTypeThe SimpleFormFieldType can be used when the form value and the model value are equal.classStringFormTypeFields in org.camunda.bpm.engine.impl.form.type with type parameters of type AbstractFormFieldType Modifier and Type Field Description protected Map<String,AbstractFormFieldType>FormTypes. formTypesMethods in org.camunda.bpm.engine.impl.form.type that return AbstractFormFieldType Modifier and Type Method Description AbstractFormFieldTypeFormTypes. getFormType(String name)AbstractFormFieldTypeFormTypes. parseFormPropertyType(Element formFieldElement, BpmnParse bpmnParse)Methods in org.camunda.bpm.engine.impl.form.type with parameters of type AbstractFormFieldType Modifier and Type Method Description voidFormTypes. addFormType(AbstractFormFieldType formType)
-