|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of FormType in org.camunda.bpm.engine.form |
|---|
| Methods in org.camunda.bpm.engine.form that return FormType | |
|---|---|
FormType |
FormProperty.getType()
Deprecated. Type of the property. |
FormType |
FormField.getType()
|
| Uses of FormType in org.camunda.bpm.engine.impl.form |
|---|
| Fields in org.camunda.bpm.engine.impl.form declared as FormType | |
|---|---|
protected FormType |
FormPropertyImpl.type
|
protected FormType |
FormFieldImpl.type
|
| Methods in org.camunda.bpm.engine.impl.form that return FormType | |
|---|---|
FormType |
FormPropertyImpl.getType()
|
FormType |
FormFieldImpl.getType()
|
| Methods in org.camunda.bpm.engine.impl.form with parameters of type FormType | |
|---|---|
void |
FormFieldImpl.setType(FormType type)
|
| Uses of FormType in org.camunda.bpm.engine.impl.form.engine |
|---|
| Methods in org.camunda.bpm.engine.impl.form.engine that return FormType | |
|---|---|
FormType |
FormPropertyAdapter.getType()
|
| Uses of FormType in org.camunda.bpm.engine.impl.form.handler |
|---|
| Methods in org.camunda.bpm.engine.impl.form.handler that return FormType | |
|---|---|
FormType |
FormPropertyHandler.getType()
|
FormType |
FormFieldHandler.getType()
|
| Uses of FormType in org.camunda.bpm.engine.impl.form.type |
|---|
| Classes in org.camunda.bpm.engine.impl.form.type that implement FormType | |
|---|---|
class |
AbstractFormFieldType
|
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
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||