Uses of Class
cn.mapway.ui.client.mvc.attribute.editor.NotifyKind
-
Packages that use NotifyKind Package Description cn.mapway.ui.client.mvc.attribute.editor cn.mapway.ui.client.mvc.attribute.editor.proxy -
-
Uses of NotifyKind in cn.mapway.ui.client.mvc.attribute.editor
Methods in cn.mapway.ui.client.mvc.attribute.editor that return NotifyKind Modifier and Type Method Description static NotifyKindNotifyKind. valueOf(String name)Returns the enum constant of this type with the specified name.static NotifyKind[]NotifyKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cn.mapway.ui.client.mvc.attribute.editor with parameters of type NotifyKind Modifier and Type Method Description voidIAttributeEditorNotifyHandler. handlerEditorNotify(NotifyKind kind, Object data) -
Uses of NotifyKind in cn.mapway.ui.client.mvc.attribute.editor.proxy
Methods in cn.mapway.ui.client.mvc.attribute.editor.proxy with parameters of type NotifyKind Modifier and Type Method Description voidAttributeItemEditorProxy. handlerEditorNotify(NotifyKind kind, Object data)
-