org.activiti.engine.form
类 AbstractFormType

java.lang.Object
  继承者 org.activiti.engine.form.AbstractFormType
所有已实现的接口:
FormType
直接已知子类:
BooleanFormType, DateFormType, EnumFormType, LongFormType, StringFormType

public abstract class AbstractFormType
extends Object
implements FormType

Custom form types should extend this abstract class.

作者:
Tom Baeyens, Joram Barrez

构造方法摘要
AbstractFormType()
           
 
方法摘要
abstract  Object convertFormValueToModelValue(String propertyValue)
           
abstract  String convertModelValueToFormValue(Object modelValue)
           
 Object getInformation(String key)
          Retrieve type specific extra information like the list of values for enum types or the format for date types.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 org.activiti.engine.form.FormType 继承的方法
getName
 

构造方法详细信息

AbstractFormType

public AbstractFormType()
方法详细信息

convertFormValueToModelValue

public abstract Object convertFormValueToModelValue(String propertyValue)

convertModelValueToFormValue

public abstract String convertModelValueToFormValue(Object modelValue)

getInformation

public Object getInformation(String key)
从接口 FormType 复制的描述
Retrieve type specific extra information like the list of values for enum types or the format for date types. Look in the userguide for which extra information keys each type provides and what return type they give.

指定者:
接口 FormType 中的 getInformation


Copyright © 2013 Alfresco. All rights reserved.