|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractFormFieldType | |
|---|---|
| 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 | |
|---|---|
protected List<AbstractFormFieldType> |
ProcessEngineConfigurationImpl.customFormTypes
|
| Methods in org.camunda.bpm.engine.impl.cfg that return types with arguments of type AbstractFormFieldType | |
|---|---|
List<AbstractFormFieldType> |
ProcessEngineConfigurationImpl.getCustomFormTypes()
|
| Method parameters in org.camunda.bpm.engine.impl.cfg with type arguments of type AbstractFormFieldType | |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.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 | |
|---|---|
protected AbstractFormFieldType |
FormPropertyHandler.type
|
protected AbstractFormFieldType |
FormFieldHandler.type
|
| Methods in org.camunda.bpm.engine.impl.form.handler with parameters of type AbstractFormFieldType | |
|---|---|
void |
FormPropertyHandler.setType(AbstractFormFieldType type)
|
void |
FormFieldHandler.setType(AbstractFormFieldType formType)
|
| Uses of AbstractFormFieldType in org.camunda.bpm.engine.impl.form.type |
|---|
| Subclasses of AbstractFormFieldType in org.camunda.bpm.engine.impl.form.type | |
|---|---|
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 | |
|---|---|
protected Map<String,AbstractFormFieldType> |
FormTypes.formTypes
|
| Methods in org.camunda.bpm.engine.impl.form.type that return AbstractFormFieldType | |
|---|---|
AbstractFormFieldType |
FormTypes.getFormType(String name)
|
AbstractFormFieldType |
FormTypes.parseFormPropertyType(Element formFieldElement,
BpmnParse bpmnParse)
|
| Methods in org.camunda.bpm.engine.impl.form.type with parameters of type AbstractFormFieldType | |
|---|---|
void |
FormTypes.addFormType(AbstractFormFieldType formType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||