public interface FieldTypeManager extends Serializable
Modifier and Type | Method and Description |
---|---|
FieldType |
getComplexTypeByClass(String className) |
FieldType |
getDecoratorTypeByClass(String className) |
String |
getDefaultIcon() |
String |
getFieldTypeLabel(FieldType fieldType) |
List<FieldType> |
getFieldTypes() |
List<FieldType> |
getFormComplexTypes() |
List<FieldType> |
getFormDecoratorTypes() |
String |
getIconPathForCode(String code) |
Map<String,String> |
getIconsMappings() |
FieldType |
getSimpleTypeByClass(String className) |
List |
getSuitableFieldTypes(Field field) |
FieldType |
getTypeByClass(String classType) |
FieldType |
getTypeByClass(String classType,
String bag) |
FieldType |
getTypeByCode(String typeCode) |
FieldType |
getTypeByCode(String typeCode,
String fieldClass) |
boolean |
isbaseType(String code) |
boolean |
isDisplayableType(String code) |
void |
setDefaultIcon(String defaultIcon) |
void |
setFieldTypes(List<FieldType> fieldTypes) |
void |
setIconsMappings(Map<String,String> iconsMappings) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.