|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.form.FormPropertyImpl
public class FormPropertyImpl
| Field Summary | |
|---|---|
protected String |
id
|
protected boolean |
isReadable
|
protected boolean |
isRequired
|
protected boolean |
isWritable
|
protected String |
name
|
protected FormType |
type
|
protected String |
value
|
| Constructor Summary | |
|---|---|
FormPropertyImpl(FormPropertyHandler formPropertyHandler)
|
|
| Method Summary | |
|---|---|
String |
getId()
The key used to submit the property in FormService.submitStartFormData(String, java.util.Map)
or FormService.submitTaskFormData(String, java.util.Map) |
String |
getName()
The display label |
FormType |
getType()
Type of the property. |
String |
getValue()
Optional value that should be used to display in this property |
boolean |
isReadable()
Is this property read to be displayed in the form and made accessible with the methods FormService.getStartFormData(String) and FormService.getTaskFormData(String). |
boolean |
isRequired()
Is this property a required input field |
boolean |
isWritable()
Is this property expected when a user submits the form? |
void |
setValue(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected String name
protected FormType type
protected boolean isRequired
protected boolean isReadable
protected boolean isWritable
protected String value
| Constructor Detail |
|---|
public FormPropertyImpl(FormPropertyHandler formPropertyHandler)
| Method Detail |
|---|
public String getId()
FormPropertyFormService.submitStartFormData(String, java.util.Map)
or FormService.submitTaskFormData(String, java.util.Map)
getId in interface FormPropertypublic String getName()
FormProperty
getName in interface FormPropertypublic FormType getType()
FormProperty
getType in interface FormPropertypublic String getValue()
FormProperty
getValue in interface FormPropertypublic boolean isRequired()
FormProperty
isRequired in interface FormPropertypublic boolean isReadable()
FormPropertyFormService.getStartFormData(String) and FormService.getTaskFormData(String).
isReadable in interface FormPropertypublic void setValue(String value)
public boolean isWritable()
FormProperty
isWritable in interface FormProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||