Uses of Class
org.eximeebpms.bpm.engine.impl.form.type.AbstractFormFieldType
Packages that use AbstractFormFieldType
Package
Description
-
Uses of AbstractFormFieldType in org.eximeebpms.bpm.engine.impl.cfg
Fields in org.eximeebpms.bpm.engine.impl.cfg with type parameters of type AbstractFormFieldTypeModifier and TypeFieldDescriptionprotected List<AbstractFormFieldType>ProcessEngineConfigurationImpl.customFormTypesMethods in org.eximeebpms.bpm.engine.impl.cfg that return types with arguments of type AbstractFormFieldTypeMethod parameters in org.eximeebpms.bpm.engine.impl.cfg with type arguments of type AbstractFormFieldTypeModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setCustomFormTypes(List<AbstractFormFieldType> customFormTypes) -
Uses of AbstractFormFieldType in org.eximeebpms.bpm.engine.impl.form.handler
Fields in org.eximeebpms.bpm.engine.impl.form.handler declared as AbstractFormFieldTypeModifier and TypeFieldDescriptionprotected AbstractFormFieldTypeFormFieldHandler.typeprotected AbstractFormFieldTypeFormPropertyHandler.typeMethods in org.eximeebpms.bpm.engine.impl.form.handler with parameters of type AbstractFormFieldTypeModifier and TypeMethodDescriptionvoidFormFieldHandler.setType(AbstractFormFieldType formType) voidFormPropertyHandler.setType(AbstractFormFieldType type) -
Uses of AbstractFormFieldType in org.eximeebpms.bpm.engine.impl.form.type
Subclasses of AbstractFormFieldType in org.eximeebpms.bpm.engine.impl.form.typeModifier and TypeClassDescriptionclassclassclassclassclassThe SimpleFormFieldType can be used when the form value and the model value are equal.classFields in org.eximeebpms.bpm.engine.impl.form.type with type parameters of type AbstractFormFieldTypeMethods in org.eximeebpms.bpm.engine.impl.form.type that return AbstractFormFieldTypeModifier and TypeMethodDescriptionFormTypes.getFormType(String name) FormTypes.parseFormPropertyType(Element formFieldElement, BpmnParse bpmnParse) Methods in org.eximeebpms.bpm.engine.impl.form.type with parameters of type AbstractFormFieldType