Uses of Class
cn.mapway.ui.client.mvc.attribute.design.ParameterValue
-
-
Uses of ParameterValue in cn.mapway.ui.client.mvc.attribute
Methods in cn.mapway.ui.client.mvc.attribute that return ParameterValue Modifier and Type Method Description ParameterValueAbstractAttribute. findParameterValue(String key)查找 [key] 的参数信息 -
Uses of ParameterValue in cn.mapway.ui.client.mvc.attribute.design
Fields in cn.mapway.ui.client.mvc.attribute.design with type parameters of type ParameterValue Modifier and Type Field Description jsinterop.base.JsArrayLike<ParameterValue>JsonEditorData. parametersMethods in cn.mapway.ui.client.mvc.attribute.design that return ParameterValue Modifier and Type Method Description static ParameterValueParameterValue. create(String name, Object value)static ParameterValueParameterValue. create(String name, Object value, boolean init)ParameterValueParameterValues. findNByName(String name)ParameterValueEditorMetaData. findParameterValue(String key)查找 名字为key 的参数描述信息ParameterValueIEditorMetaData. findParameterValue(String key)查找 [key] 的参数信息ParameterValueParameterValue. setUnicode(String unicode)Methods in cn.mapway.ui.client.mvc.attribute.design that return types with arguments of type ParameterValue Modifier and Type Method Description List<ParameterValue>EditorMetaData. getParameterValues()获取创建编辑器所需要的参数列表List<ParameterValue>IEditorMetaData. getParameterValues()获取创建编辑器所需要的参数列表Methods in cn.mapway.ui.client.mvc.attribute.design with parameters of type ParameterValue Modifier and Type Method Description ParameterValuesParameterValues. addParameter(ParameterValue value) -
Uses of ParameterValue in cn.mapway.ui.client.mvc.attribute.editor
Methods in cn.mapway.ui.client.mvc.attribute.editor that return types with arguments of type ParameterValue Modifier and Type Method Description List<ParameterValue>IEditorDesigner. getParameterValues()获取编辑组件的参数数据Method parameters in cn.mapway.ui.client.mvc.attribute.editor with type arguments of type ParameterValue Modifier and Type Method Description voidIEditorDesigner. updateValue(List<ParameterValue> parameterValues)上面两个方法 用于构造UI 这个方法用于更新数据 这个数据是保存在Editor中的 -
Uses of ParameterValue in cn.mapway.ui.client.mvc.attribute.editor.common
Methods in cn.mapway.ui.client.mvc.attribute.editor.common that return types with arguments of type ParameterValue Modifier and Type Method Description List<ParameterValue>CommonEditorParameterDesigner. getParameterValues()获取编辑组件的参数数据List<ParameterValue>AbstractAttributeEditor. getRuntimeParameters()获取编辑器选项 这个选项一定不为空 并且融合了 设计期和运行期 的所有编辑器参数选项Methods in cn.mapway.ui.client.mvc.attribute.editor.common with parameters of type ParameterValue Modifier and Type Method Description ObjectAbstractAttributeEditor. readAttributeValue(ParameterValue attribute, Object defaultValue)读取attribute的值 如果为空 返回缺省值Method parameters in cn.mapway.ui.client.mvc.attribute.editor.common with type arguments of type ParameterValue Modifier and Type Method Description voidCommonEditorParameterDesigner. updateValue(List<ParameterValue> parameterValues)上面两个方法 用于构造UI 这个方法用于更新数据 这个数据是保存在Editor中的 -
Uses of ParameterValue in cn.mapway.ui.client.mvc.attribute.editor.dropdown
Methods in cn.mapway.ui.client.mvc.attribute.editor.dropdown that return ParameterValue Modifier and Type Method Description ParameterValueListDataItem. getData()Methods in cn.mapway.ui.client.mvc.attribute.editor.dropdown that return types with arguments of type ParameterValue Modifier and Type Method Description List<ParameterValue>DropdownListDesign. getParameterValues()获取编辑组件的参数数据Methods in cn.mapway.ui.client.mvc.attribute.editor.dropdown with parameters of type ParameterValue Modifier and Type Method Description voidListDataItem. setData(ParameterValue obj)Method parameters in cn.mapway.ui.client.mvc.attribute.editor.dropdown with type arguments of type ParameterValue Modifier and Type Method Description voidDropdownListDesign. updateValue(List<ParameterValue> parameterValues)上面两个方法 用于构造UI 这个方法用于更新数据 这个数据是保存在Editor中的 -
Uses of ParameterValue in cn.mapway.ui.client.mvc.attribute.marker
Methods in cn.mapway.ui.client.mvc.attribute.marker that return ParameterValue Modifier and Type Method Description ParameterValueAttrEditorMetaData. findParameterValue(String key)查找 [key] 的参数信息Methods in cn.mapway.ui.client.mvc.attribute.marker that return types with arguments of type ParameterValue Modifier and Type Method Description List<ParameterValue>AttrEditorMetaData. getParameters()List<ParameterValue>AbstractEditorMetaData. getParameterValues()
-