Uses of Class
cn.mapway.ui.client.mvc.attribute.design.ParameterValues
-
-
Uses of ParameterValues in cn.mapway.ui.client.mvc.attribute
Methods in cn.mapway.ui.client.mvc.attribute that return ParameterValues Modifier and Type Method Description ParameterValuesAbstractAttribute. getRuntimeParameters()default ParameterValuesIAttribute. getRuntimeParameters()获取运行时期 的参数 -
Uses of ParameterValues in cn.mapway.ui.client.mvc.attribute.design
Methods in cn.mapway.ui.client.mvc.attribute.design that return ParameterValues Modifier and Type Method Description ParameterValuesParameterValues. addParameter(ParameterValue value)ParameterValuesParameterValues. addParameter(String name, Object value)ParameterValuesParameterValues. addParameter(String name, Object value, boolean init, String unicode)ParameterValuesParameterValues. merge(ParameterValues source)ParameterValuesParameterValues. removeParameter(String name)Methods in cn.mapway.ui.client.mvc.attribute.design with parameters of type ParameterValues Modifier and Type Method Description ParameterValuesParameterValues. merge(ParameterValues source) -
Uses of ParameterValues in cn.mapway.ui.client.mvc.attribute.editor
Methods in cn.mapway.ui.client.mvc.attribute.editor with parameters of type ParameterValues Modifier and Type Method Description voidIAttributeEditor. editAttribute(ParameterValues runtimeParameters, IAttribute attribute)设置属性代理对象 -
Uses of ParameterValues in cn.mapway.ui.client.mvc.attribute.editor.common
Methods in cn.mapway.ui.client.mvc.attribute.editor.common with parameters of type ParameterValues Modifier and Type Method Description voidAbstractAttributeEditor. editAttribute(ParameterValues runtimeParameters, IAttribute attribute)设置组件编辑器的内容 通过组件工厂 AttributeEditorFactory 创建一个编辑器组件实例后 子组件必须首先调用此方法 处理一些基础数据 参见下拉框编辑器的设计 DropdownAttributeEditor -
Uses of ParameterValues in cn.mapway.ui.client.mvc.attribute.editor.dropdown
Methods in cn.mapway.ui.client.mvc.attribute.editor.dropdown that return ParameterValues Modifier and Type Method Description ParameterValuesDropdownEditorMetaData. initDropdownOptions()这里提供一个下拉框选项
-