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 java.util.List<AbstractFormFieldType>
ProcessEngineConfigurationImpl. customFormTypes
Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type AbstractFormFieldType Modifier and Type Method Description java.util.List<AbstractFormFieldType>
ProcessEngineConfigurationImpl. getCustomFormTypes()
Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type AbstractFormFieldType Modifier and Type Method Description ProcessEngineConfigurationImpl
ProcessEngineConfigurationImpl. setCustomFormTypes(java.util.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 AbstractFormFieldType
FormFieldHandler. type
protected AbstractFormFieldType
FormPropertyHandler. type
Methods in org.camunda.bpm.engine.impl.form.handler with parameters of type AbstractFormFieldType Modifier and Type Method Description void
FormFieldHandler. setType(AbstractFormFieldType formType)
void
FormPropertyHandler. 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 class
BooleanFormType
class
DateFormType
class
EnumFormType
class
LongFormType
class
SimpleFormFieldType
The SimpleFormFieldType can be used when the form value and the model value are equal.class
StringFormType
Fields in org.camunda.bpm.engine.impl.form.type with type parameters of type AbstractFormFieldType Modifier and Type Field Description protected java.util.Map<java.lang.String,AbstractFormFieldType>
FormTypes. formTypes
Methods in org.camunda.bpm.engine.impl.form.type that return AbstractFormFieldType Modifier and Type Method Description AbstractFormFieldType
FormTypes. getFormType(java.lang.String name)
AbstractFormFieldType
FormTypes. parseFormPropertyType(Element formFieldElement, BpmnParse bpmnParse)
Methods in org.camunda.bpm.engine.impl.form.type with parameters of type AbstractFormFieldType Modifier and Type Method Description void
FormTypes. addFormType(AbstractFormFieldType formType)
-