jbpm-form-modeler-api 6.0.0.Beta5

org.jbpm.formModeler.core.config
Interface FieldTypeManager

All Superinterfaces:
Serializable

public interface FieldTypeManager
extends Serializable


Method Summary
 String getDefaultIcon()
           
 List<FieldType> getFieldTypes()
           
 List getFormDecoratorTypes()
           
 String getIconPathForCode(String code)
           
 Map<String,String> getIconsMappings()
           
 List getSuitableFieldTypes(String managerClass)
           
 List getSuitableFieldTypes(String propertyName, PropertyDefinition propDefinition)
           
 FieldType getTypeByClass(String classType)
           
 FieldType getTypeByCode(String typeCode)
           
 FieldType getTypeByCode(String typeCode, boolean tryToCreateTypes)
           
 void setDefaultIcon(String defaultIcon)
           
 void setFieldTypes(List<FieldType> fieldTypes)
           
 void setIconsMappings(Map<String,String> iconsMappings)
           
 

Method Detail

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)

jbpm-form-modeler-api 6.0.0.Beta5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.