org.jbpm.formModeler.core.config
Interface FieldTypeManager
- All Superinterfaces:
- Serializable
public interface FieldTypeManager
- extends Serializable
getDefaultIcon
String getDefaultIcon()
setDefaultIcon
void setDefaultIcon(String defaultIcon)
getIconsMappings
Map<String,String> getIconsMappings()
setIconsMappings
void setIconsMappings(Map<String,String> iconsMappings)
getFieldTypes
List<FieldType> getFieldTypes()
setFieldTypes
void setFieldTypes(List<FieldType> fieldTypes)
getSuitableFieldTypes
List getSuitableFieldTypes(String propertyType)
throws Exception
- Throws:
Exception
getFormDecoratorTypes
List<FieldType> getFormDecoratorTypes()
getFormComplexTypes
List<FieldType> getFormComplexTypes()
getTypeByCode
FieldType getTypeByCode(String typeCode)
getTypeByClass
FieldType getTypeByClass(String classType)
getIconPathForCode
String getIconPathForCode(String code)
isDisplayableType
boolean isDisplayableType(String code)
isbaseType
boolean isbaseType(String code)
getTypeByCode
FieldType getTypeByCode(String typeCode,
String fieldClass)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.