jbpm-form-modeler-api 6.0.1.Final

org.jbpm.formModeler.core.config
Interface FieldTypeManager

All Superinterfaces:
Serializable

public interface FieldTypeManager
extends Serializable


Method Summary
 String getDefaultIcon()
           
 List<FieldType> getFieldTypes()
           
 List<FieldType> getFormComplexTypes()
           
 List<FieldType> getFormDecoratorTypes()
           
 String getIconPathForCode(String code)
           
 Map<String,String> getIconsMappings()
           
 List getSuitableFieldTypes(String propertyType)
           
 FieldType getTypeByClass(String classType)
           
 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)
           
 

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 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)

jbpm-form-modeler-api 6.0.1.Final

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