org.activiti.engine.impl.form
类 DateFormType

java.lang.Object
  继承者 org.activiti.engine.form.AbstractFormType
      继承者 org.activiti.engine.impl.form.DateFormType
所有已实现的接口:
FormType

public class DateFormType
extends AbstractFormType

作者:
Tom Baeyens

字段摘要
protected  Format dateFormat
           
protected  String datePattern
           
 
构造方法摘要
DateFormType(String datePattern)
           
 
方法摘要
 Object convertFormValueToModelValue(String propertyValue)
           
 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.
 String getName()
          Name for the form type.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

datePattern

protected String datePattern

dateFormat

protected Format dateFormat
构造方法详细信息

DateFormType

public DateFormType(String datePattern)
方法详细信息

getName

public String getName()
从接口 FormType 复制的描述
Name for the form type.


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
覆盖:
AbstractFormType 中的 getInformation

convertFormValueToModelValue

public Object convertFormValueToModelValue(String propertyValue)
指定者:
AbstractFormType 中的 convertFormValueToModelValue

convertModelValueToFormValue

public String convertModelValueToFormValue(Object modelValue)
指定者:
AbstractFormType 中的 convertModelValueToFormValue


Copyright © 2013 Alfresco. All rights reserved.