Modifier and Type | Method and Description |
---|---|
FieldType |
FormEditorContext.getOriginalFieldType() |
Modifier and Type | Method and Description |
---|---|
void |
FormEditorContext.setOriginalFieldType(FieldType originalFieldType) |
Modifier and Type | Method and Description |
---|---|
FieldType |
Field.getFieldType() |
Modifier and Type | Method and Description |
---|---|
void |
Field.setFieldType(FieldType fieldType) |
Constructor and Description |
---|
FieldType(FieldType ft) |
Modifier and Type | Method and Description |
---|---|
FieldType |
FieldTypeManager.getComplexTypeByClass(String className) |
FieldType |
FieldTypeManager.getDecoratorTypeByClass(String className) |
FieldType |
FieldTypeManager.getSimpleTypeByClass(String className) |
FieldType |
FieldTypeManager.getTypeByClass(String classType) |
FieldType |
FieldTypeManager.getTypeByClass(String classType,
String bag) |
FieldType |
FieldTypeManager.getTypeByCode(String typeCode) |
FieldType |
FieldTypeManager.getTypeByCode(String typeCode,
String fieldClass) |
Modifier and Type | Method and Description |
---|---|
List<FieldType> |
FieldTypeManager.getFieldTypes() |
List<FieldType> |
FieldTypeManager.getFormComplexTypes() |
List<FieldType> |
FieldTypeManager.getFormDecoratorTypes() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
FieldTypeManager.setFieldTypes(List<FieldType> fieldTypes) |
Modifier and Type | Field and Description |
---|---|
List<FieldType> |
PlugableFieldTypeBuilder.fieldTypes |
Modifier and Type | Method and Description |
---|---|
List<FieldType> |
SimpleFieldTypeBuilder.buildList() |
List<FieldType> |
PlugableFieldTypeBuilder.buildList() |
List<FieldType> |
DecoratorFieldTypeBuilder.buildList() |
List<FieldType> |
ComplexFieldTypeBuilder.buildList() |
Modifier and Type | Class and Description |
---|---|
class |
PlugableFieldType |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.