Class TextAreaAttributeEditorData
- java.lang.Object
-
- cn.mapway.ui.client.mvc.attribute.marker.AttrEditorMetaData
-
- cn.mapway.ui.client.mvc.attribute.marker.AbstractEditorMetaData
-
- cn.mapway.ui.client.mvc.attribute.editor.sys.TextAreaAttributeEditorData
-
- All Implemented Interfaces:
IEditorMetaData,IProductAware
public class TextAreaAttributeEditorData extends AbstractEditorMetaData
多行文本编辑器 初始化需要的参数
-
-
Constructor Summary
Constructors Constructor Description TextAreaAttributeEditorData()TextAreaAttributeEditorData(String height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitMetaData()初始化元数据对象-
Methods inherited from class cn.mapway.ui.client.mvc.attribute.marker.AbstractEditorMetaData
addParameter, getEditorName, getErrorMessage, getParameterValues, load, save, setOptions
-
Methods inherited from class cn.mapway.ui.client.mvc.attribute.marker.AttrEditorMetaData
asDate, asDateTime, asEmail, asNumber, asTime, asUrl, findParameterValue, getEditorCode, getParameters, replaceParameter, setEditorCode, setProductId
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cn.mapway.ui.client.mvc.attribute.design.IEditorMetaData
findParameterValue, getEditorCode
-
-
-
-
Constructor Detail
-
TextAreaAttributeEditorData
public TextAreaAttributeEditorData()
-
TextAreaAttributeEditorData
public TextAreaAttributeEditorData(String height)
-
-
Method Detail
-
initMetaData
protected void initMetaData()
Description copied from class:AbstractEditorMetaData初始化元数据对象- Specified by:
initMetaDatain classAbstractEditorMetaData
-
-