|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface FormProperty
Represents a single property on a form.
方法摘要 | |
---|---|
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? |
方法详细信息 |
---|
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()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |