Class DropdownEditorMetaData
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.dropdown.DropdownEditorMetaData
- All Implemented Interfaces:
IEditorMetaData,IProductAware
DropdownEditorMetaData 对应的编辑器实例数据
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription这里提供一个下拉框选项protected void初始化元数据对象Methods inherited from class cn.mapway.ui.client.mvc.attribute.marker.AbstractEditorMetaData
addParameter, getEditorName, getErrorMessage, getParameterValues, load, save, setOptionsMethods inherited from class cn.mapway.ui.client.mvc.attribute.marker.AttrEditorMetaData
asDate, asDateTime, asEmail, asNumber, asTime, asUrl, findParameterValue, getEditorCode, getParameters, replaceParameter, setEditorCode, setProductIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cn.mapway.ui.client.mvc.attribute.design.IEditorMetaData
findParameterValue, getEditorCode
-
Constructor Details
-
DropdownEditorMetaData
public DropdownEditorMetaData()
-
-
Method Details
-
initMetaData
protected void initMetaData()Description copied from class:AbstractEditorMetaData初始化元数据对象- Specified by:
initMetaDatain classAbstractEditorMetaData
-
initDropdownOptions
这里提供一个下拉框选项- Returns:
-