org.activiti.engine.impl.form
类 FormPropertyImpl

java.lang.Object
  继承者 org.activiti.engine.impl.form.FormPropertyImpl
所有已实现的接口:
Serializable, FormProperty

public class FormPropertyImpl
extends Object
implements FormProperty

作者:
Tom Baeyens
另请参见:
序列化表格

字段摘要
protected  String id
           
protected  boolean isReadable
           
protected  boolean isRequired
           
protected  boolean isWritable
           
protected  String name
           
protected  FormType type
           
protected  String value
           
 
构造方法摘要
FormPropertyImpl(FormPropertyHandler formPropertyHandler)
           
 
方法摘要
 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)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

id

protected String id

name

protected String name

type

protected FormType type

isRequired

protected boolean isRequired

isReadable

protected boolean isReadable

isWritable

protected boolean isWritable

value

protected String value
构造方法详细信息

FormPropertyImpl

public FormPropertyImpl(FormPropertyHandler formPropertyHandler)
方法详细信息

getId

public String getId()
从接口 FormProperty 复制的描述
The key used to submit the property in FormService.submitStartFormData(String, java.util.Map) or FormService.submitTaskFormData(String, java.util.Map)

指定者:
接口 FormProperty 中的 getId

getName

public String getName()
从接口 FormProperty 复制的描述
The display label

指定者:
接口 FormProperty 中的 getName

getType

public FormType getType()
从接口 FormProperty 复制的描述
Type of the property.

指定者:
接口 FormProperty 中的 getType

getValue

public String getValue()
从接口 FormProperty 复制的描述
Optional value that should be used to display in this property

指定者:
接口 FormProperty 中的 getValue

isRequired

public boolean isRequired()
从接口 FormProperty 复制的描述
Is this property a required input field

指定者:
接口 FormProperty 中的 isRequired

isReadable

public boolean isReadable()
从接口 FormProperty 复制的描述
Is this property read to be displayed in the form and made accessible with the methods FormService.getStartFormData(String) and FormService.getTaskFormData(String).

指定者:
接口 FormProperty 中的 isReadable

setValue

public void setValue(String value)

isWritable

public boolean isWritable()
从接口 FormProperty 复制的描述
Is this property expected when a user submits the form?

指定者:
接口 FormProperty 中的 isWritable


Copyright © 2013 Alfresco. All rights reserved.