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) |
Modifier and Type | Method and Description |
---|---|
FieldType |
FieldTypeManager.getTypeByClass(String classType) |
FieldType |
FieldTypeManager.getTypeByCode(String typeCode) |
FieldType |
FieldTypeManager.getTypeByCode(String typeCode,
boolean tryToCreateTypes) |
Modifier and Type | Method and Description |
---|---|
List<FieldType> |
FieldTypeManager.getFieldTypes() |
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) |
Form |
FormManager.getFormForFieldEdition(FieldType fieldType) |
Modifier and Type | Method and Description |
---|---|
void |
FieldTypeManager.setFieldTypes(List<FieldType> fieldTypes) |
Modifier and Type | Method and Description |
---|---|
List<FieldType> |
DecoratorFieldTypeBuilder.buildList() |
List<FieldType> |
SimpleFieldTypeBuilder.buildList() |
List<FieldType> |
ComplexFieldTypeBuilder.buildList() |
Modifier and Type | Method and Description |
---|---|
PropertyDefinition |
BindingManager.getPropertyDefinition(FieldType type) |
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.