Package | Description |
---|---|
org.jbpm.formModeler.api.client | |
org.jbpm.formModeler.api.model | |
org.jbpm.formModeler.core.config | |
org.jbpm.formModeler.core.processing |
Modifier and Type | Method and Description |
---|---|
String |
FormEditorContextManager.generateFieldEditionNamespace(String UID,
Field field) |
Modifier and Type | Method and Description |
---|---|
Field |
Form.getField(String name)
Get field by name
|
Modifier and Type | Method and Description |
---|---|
Set<Field> |
Form.getFormFields() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
Form.setFormFields(Set<Field> formFields) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
String |
FormManager.getUniqueIdentifier(Form form,
String namespace,
Field field,
String fieldName) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.