Class ParameterAttribute
java.lang.Object
cn.mapway.ui.client.mvc.attribute.AbstractAttribute
cn.mapway.ui.client.mvc.attribute.design.ParameterAttribute
- All Implemented Interfaces:
IAttribute
构造一个简单的用于 编辑器参数的属性对象
他的 EditorData is TextBoxAttribueEditor.EDITOR_CODE
-
Field Summary
Fields inherited from class cn.mapway.ui.client.mvc.attribute.AbstractAttribute
altName, BASIC_GROUP, dataType, defaultValue, description, errorTip, group, icon, name, optionProvider, rank, readOnly, required, tip, validator, visible -
Constructor Summary
ConstructorsConstructorDescriptionParameterAttribute(String parameterName, Object parameterValue) ParameterAttribute(String parameterName, String altName, Object parameterValue) -
Method Summary
Methods inherited from class cn.mapway.ui.client.mvc.attribute.AbstractAttribute
findParameterValue, getAltName, getAttrVisible, getDataType, getDefaultValue, getDescription, getEditorMetaData, getErrorTip, getGroup, getIcon, getId, getName, getOptionProvider, getRank, getRuntimeParameters, getTip, getValidateRegx, isReadonly, isRequired, notifyPropertyChange, param, parseEditor, parseParameters, replaceParameter, setAltName, setAttrVisible, setChangeCallback, setDataType, setDefaultValue, setDescription, setEditorData, setErrorTip, setGroup, setIcon, setName, setOptionProvider, setRank, setReadOnly, setRequired, setTip, setValidateRegx
-
Constructor Details
-
ParameterAttribute
-
ParameterAttribute
-
-
Method Details
-
getValue
-
setValue
-