|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface FormProperty
Represents a single property on a form.
Method Summary | |
---|---|
String |
getId()
Deprecated. The key used to submit the property in FormService.submitStartFormData(String, java.util.Map)
or FormService.submitTaskFormData(String, java.util.Map) |
String |
getName()
Deprecated. The display label |
FormType |
getType()
Deprecated. Type of the property. |
String |
getValue()
Deprecated. Optional value that should be used to display in this property |
boolean |
isReadable()
Deprecated. 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()
Deprecated. Is this property a required input field |
boolean |
isWritable()
Deprecated. Is this property expected when a user submits the form? |
Method Detail |
---|
String getId()
FormService.submitStartFormData(String, java.util.Map)
or FormService.submitTaskFormData(String, java.util.Map)
String getName()
FormType getType()
String getValue()
boolean isReadable()
FormService.getStartFormData(String)
and FormService.getTaskFormData(String)
.
boolean isWritable()
boolean isRequired()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |