Class SimpleTextBoxAttribute
- java.lang.Object
-
- cn.mapway.ui.client.mvc.attribute.AbstractAttribute
-
- cn.mapway.ui.client.mvc.attribute.atts.SimpleTextBoxAttribute
-
- All Implemented Interfaces:
IAttribute
public class SimpleTextBoxAttribute extends AbstractAttribute
文本框编辑属性
-
-
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
Constructors Constructor Description SimpleTextBoxAttribute(String name, String altName, String defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()voidsetValue(Object value)-
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
-
-