|
jbpm-form-modeler-api 6.0.0.Beta5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
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) |
void |
FieldHandler.initialize(Field field,
String namespace)
Initialize any status stored in the field. |
|
jbpm-form-modeler-api 6.0.0.Beta5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |