|
jbpm-form-modeler-api 6.2.0.Beta3 | |||||||||
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)
|
boolean |
DataHolder.isAssignableForField(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 | |
---|---|
Map<String,String> |
SelectValuesProvider.getSelectOptions(Field field,
String value,
FormRenderContext renderContext,
Locale locale)
|
List |
FieldTypeManager.getSuitableFieldTypes(Field field)
|
Uses of Field in org.jbpm.formModeler.core.processing |
---|
Methods in org.jbpm.formModeler.core.processing with parameters of type Field | |
---|---|
Map |
FieldHandler.getParamValue(Field field,
String inputName,
Object objectValue)
Determine the value as a parameter map for a given input value. |
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 |
FormProcessor.setFieldValue(Field field,
String namespace,
Map parametersMap,
Map filesMap,
boolean incremental)
|
|
jbpm-form-modeler-api 6.2.0.Beta3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |