jbpm-form-modeler-api 6.2.0.Beta3

org.jbpm.formModeler.core.config
Interface FieldTypeManager

All Superinterfaces:
Serializable

public interface FieldTypeManager
extends Serializable


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

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(Field field)

getFormDecoratorTypes

List<FieldType> getFormDecoratorTypes()

getFormComplexTypes

List<FieldType> getFormComplexTypes()

getTypeByCode

FieldType getTypeByCode(String typeCode)

getTypeByClass

FieldType getTypeByClass(String classType)

getTypeByClass

FieldType getTypeByClass(String classType,
                         String bag)

getSimpleTypeByClass

FieldType getSimpleTypeByClass(String className)

getComplexTypeByClass

FieldType getComplexTypeByClass(String className)

getDecoratorTypeByClass

FieldType getDecoratorTypeByClass(String className)

getIconPathForCode

String getIconPathForCode(String code)

isDisplayableType

boolean isDisplayableType(String code)

isbaseType

boolean isbaseType(String code)

getTypeByCode

FieldType getTypeByCode(String typeCode,
                        String fieldClass)

getFieldTypeLabel

String getFieldTypeLabel(FieldType fieldType)

jbpm-form-modeler-api 6.2.0.Beta3

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