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 propertyName,
PropertyDefinition propDefinition)
throws Exception
- Throws:
Exception
getSuitableFieldTypes
List getSuitableFieldTypes(String managerClass)
throws Exception
- Throws:
Exception
getFormDecoratorTypes
List getFormDecoratorTypes()
throws Exception
- Throws:
Exception
getTypeByCode
FieldType getTypeByCode(String typeCode)
throws Exception
- Throws:
Exception
getTypeByClass
FieldType getTypeByClass(String classType)
throws Exception
- Throws:
Exception
getTypeByCode
FieldType getTypeByCode(String typeCode,
boolean tryToCreateTypes)
throws Exception
- Throws:
Exception
getIconPathForCode
String getIconPathForCode(String code)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.