Uses of Interface
cn.mapway.ui.shared.CommonEventHandler
-
-
Uses of CommonEventHandler in cn.mapway.ui.client.mvc.attribute
Methods in cn.mapway.ui.client.mvc.attribute with parameters of type CommonEventHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationAbstractAttributesProvider. addCommonHandler(CommonEventHandler handler) -
Uses of CommonEventHandler in cn.mapway.ui.client.mvc.attribute.editor.common
Methods in cn.mapway.ui.client.mvc.attribute.editor.common with parameters of type CommonEventHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationCommonEditorParameterDesigner. addCommonHandler(CommonEventHandler handler) -
Uses of CommonEventHandler in cn.mapway.ui.client.mvc.attribute.editor.inspector
Methods in cn.mapway.ui.client.mvc.attribute.editor.inspector with parameters of type CommonEventHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationSimpleObjectInspector. addCommonHandler(CommonEventHandler handler) -
Uses of CommonEventHandler in cn.mapway.ui.client.mvc.attribute.editor.proxy
Methods in cn.mapway.ui.client.mvc.attribute.editor.proxy with parameters of type CommonEventHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationAttributeItemEditorProxy. addCommonHandler(CommonEventHandler handler) -
Uses of CommonEventHandler in cn.mapway.ui.client.widget
Methods in cn.mapway.ui.client.widget with parameters of type CommonEventHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationAiTab. addCommonHandler(CommonEventHandler handler)com.google.gwt.event.shared.HandlerRegistrationBigFileUploader. addCommonHandler(CommonEventHandler handler)com.google.gwt.event.shared.HandlerRegistrationCommonEventComposite. addCommonHandler(CommonEventHandler handler)com.google.gwt.event.shared.HandlerRegistrationRbacComposite. addCommonHandler(CommonEventHandler handler) -
Uses of CommonEventHandler in cn.mapway.ui.client.widget.color
Methods in cn.mapway.ui.client.widget.color with parameters of type CommonEventHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationColorBox. addCommonHandler(CommonEventHandler handler)com.google.gwt.event.shared.HandlerRegistrationColorCanvas. addCommonHandler(CommonEventHandler handler)com.google.gwt.event.shared.HandlerRegistrationColorPopup. addCommonHandler(CommonEventHandler handler) -
Uses of CommonEventHandler in cn.mapway.ui.client.widget.dialog
Methods in cn.mapway.ui.client.widget.dialog with parameters of type CommonEventHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationAiDialog. addCommonHandler(CommonEventHandler handler)com.google.gwt.event.shared.HandlerRegistrationPopup. addCommonHandler(CommonEventHandler handler) -
Uses of CommonEventHandler in cn.mapway.ui.client.widget.tree
Methods in cn.mapway.ui.client.widget.tree with parameters of type CommonEventHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationTree. addCommonHandler(CommonEventHandler commonEventHandler)com.google.gwt.event.shared.HandlerRegistrationTreeItem. addCommonHandler(CommonEventHandler handler)com.google.gwt.event.shared.HandlerRegistrationZTree. addCommonHandler(CommonEventHandler handler) -
Uses of CommonEventHandler in cn.mapway.ui.shared
Fields in cn.mapway.ui.shared with type parameters of type CommonEventHandler Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<CommonEventHandler>CommonEvent. TYPEThe type.Methods in cn.mapway.ui.shared that return types with arguments of type CommonEventHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<CommonEventHandler>CommonEvent. getAssociatedType()Methods in cn.mapway.ui.shared with parameters of type CommonEventHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationHasCommonHandlers. addCommonHandler(CommonEventHandler handler)protected voidCommonEvent. dispatch(CommonEventHandler handler)
-