org.activiti.engine.form
接口 FormType

所有已知实现类:
AbstractFormType, BooleanFormType, DateFormType, EnumFormType, LongFormType, StringFormType

public interface FormType

Used to indicate the type on a FormProperty.

作者:
Tom Baeyens

方法摘要
 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.
 

方法详细信息

getName

String getName()
Name for the form type.


getInformation

Object getInformation(String key)
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.



Copyright © 2013 Alfresco. All rights reserved.