jbpm-form-modeler-api 6.1.0-SNAPSHOT

Uses of Class
org.jbpm.formModeler.api.model.Field

Packages that use Field
org.jbpm.formModeler.api.client   
org.jbpm.formModeler.api.model   
org.jbpm.formModeler.core.config   
org.jbpm.formModeler.core.processing   
 

Uses of Field in org.jbpm.formModeler.api.client
 

Methods in org.jbpm.formModeler.api.client with parameters of type Field
 String FormEditorContextManager.generateFieldEditionNamespace(String UID, Field field)
           
 

Uses of Field in org.jbpm.formModeler.api.model
 

Methods in org.jbpm.formModeler.api.model that return Field
 Field Form.getField(String name)
          Get field by name
 

Methods in org.jbpm.formModeler.api.model that return types with arguments of type Field
 Set<Field> Form.getFormFields()
           
 

Methods in org.jbpm.formModeler.api.model with parameters of type Field
 int Field.compareTo(Field o)
           
 DataHolder Form.getDataHolderByField(Field field)
           
 String FieldType.getUniqueIdentifier(String preffix, String namespace, Form form, Field field, String fieldName)
           
 boolean DataHolder.isAssignableForField(Field field)
           
 void Field.putAll(Field field)
           
 

Method parameters in org.jbpm.formModeler.api.model with type arguments of type Field
 void Form.setFormFields(Set<Field> formFields)
           
 

Uses of Field in org.jbpm.formModeler.core.config
 

Methods in org.jbpm.formModeler.core.config that return Field
 Field FormManager.addFieldToForm(Form pForm, FieldType fieldType)
           
 Field FormManager.addFieldToForm(Form pForm, String fieldName, FieldType fieldType, I18nSet label)
           
 Field FormManager.addFieldToForm(Form pForm, String fieldName, FieldType fieldType, I18nSet label, String inputBindingString, String outputBindingString)
           
 Field FormManager.addFieldToForm(Form form, String s, FieldType fieldType, String fieldClass, I18nSet label, String inputBinging, String outputBinding)
           
 

Methods in org.jbpm.formModeler.core.config with parameters of type Field
 String FormManager.getUniqueIdentifier(Form form, String namespace, Field field, String fieldName)
           
 

Uses of Field in org.jbpm.formModeler.core.processing
 

Methods in org.jbpm.formModeler.core.processing with parameters of type Field
 Object FieldHandler.getValue(Field field, String inputName, Map parametersMap, Map filesMap, String desiredClassName, Object previousValue)
          Read a parameter value (normally from a request), and translate it to an object with desired class (that must be one of the returned by this handler)
 


jbpm-form-modeler-api 6.1.0-SNAPSHOT

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