|
jbpm-form-modeler-api 6.1.0-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FieldType in org.jbpm.formModeler.api.client |
---|
Methods in org.jbpm.formModeler.api.client that return FieldType | |
---|---|
FieldType |
FormEditorContext.getOriginalFieldType()
|
Methods in org.jbpm.formModeler.api.client with parameters of type FieldType | |
---|---|
void |
FormEditorContext.setOriginalFieldType(FieldType originalFieldType)
|
Uses of FieldType in org.jbpm.formModeler.api.model |
---|
Methods in org.jbpm.formModeler.api.model that return FieldType | |
---|---|
FieldType |
Field.getFieldType()
|
Methods in org.jbpm.formModeler.api.model with parameters of type FieldType | |
---|---|
void |
Field.setFieldType(FieldType fieldType)
|
Constructors in org.jbpm.formModeler.api.model with parameters of type FieldType | |
---|---|
FieldType(FieldType ft)
|
Uses of FieldType in org.jbpm.formModeler.core.config |
---|
Methods in org.jbpm.formModeler.core.config that return FieldType | |
---|---|
FieldType |
FieldTypeManager.getComplexTypeByClass(String className)
|
FieldType |
FieldTypeManager.getDecoratorTypeByClass(String className)
|
FieldType |
FieldTypeManager.getSimpleTypeByClass(String className)
|
FieldType |
FieldTypeManager.getTypeByClass(String classType)
|
FieldType |
FieldTypeManager.getTypeByCode(String typeCode)
|
FieldType |
FieldTypeManager.getTypeByCode(String typeCode,
String fieldClass)
|
Methods in org.jbpm.formModeler.core.config that return types with arguments of type FieldType | |
---|---|
List<FieldType> |
FieldTypeManager.getFieldTypes()
|
List<FieldType> |
FieldTypeManager.getFormComplexTypes()
|
List<FieldType> |
FieldTypeManager.getFormDecoratorTypes()
|
Methods in org.jbpm.formModeler.core.config with parameters of type FieldType | |
---|---|
Field |
FormManager.addFieldToForm(Form pForm,
FieldType fieldType)
|
Field |
FormManager.addFieldToForm(Form pForm,
String fieldName,
FieldType fieldType,
I18nSet label)
|
Field |
FormManager.addFieldToForm(Form pForm,
String fieldName,
FieldType fieldType,
I18nSet label,
String inputBindingString,
String outputBindingString)
|
Field |
FormManager.addFieldToForm(Form form,
String s,
FieldType fieldType,
String fieldClass,
I18nSet label,
String inputBinging,
String outputBinding)
|
String |
FieldTypeManager.getFieldTypeLabel(FieldType fieldType)
|
Form |
FormManager.getFormForFieldEdition(FieldType fieldType)
|
Method parameters in org.jbpm.formModeler.core.config with type arguments of type FieldType | |
---|---|
void |
FieldTypeManager.setFieldTypes(List<FieldType> fieldTypes)
|
Uses of FieldType in org.jbpm.formModeler.core.config.builders.fieldType |
---|
Fields in org.jbpm.formModeler.core.config.builders.fieldType with type parameters of type FieldType | |
---|---|
List<FieldType> |
PlugableFieldTypeBuilder.fieldTypes
|
Methods in org.jbpm.formModeler.core.config.builders.fieldType that return types with arguments of type FieldType | |
---|---|
List<FieldType> |
DecoratorFieldTypeBuilder.buildList()
|
List<FieldType> |
ComplexFieldTypeBuilder.buildList()
|
List<FieldType> |
PlugableFieldTypeBuilder.buildList()
|
List<FieldType> |
SimpleFieldTypeBuilder.buildList()
|
Uses of FieldType in org.jbpm.formModeler.core.fieldTypes |
---|
Subclasses of FieldType in org.jbpm.formModeler.core.fieldTypes | |
---|---|
class |
PlugableFieldType
|
|
jbpm-form-modeler-api 6.1.0-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |