Class DomEvent


  • public abstract class DomEvent
    extends java.lang.Object
    • Constructor Detail

      • DomEvent

        public DomEvent()
    • Method Detail

      • stopEventPropagation

        public static void stopEventPropagation​(com.google.gwt.user.client.ui.Widget widget)
      • addListener

        protected static void addListener​(DomEventCallback callback,
                                          com.google.gwt.user.client.ui.Widget widget)
      • addListener

        public static void addListener​(DomEventCallback callback,
                                       boolean defer)
      • addListener

        protected static void addListener​(DomEventCallback callback,
                                          com.google.gwt.dom.client.Element element,
                                          boolean defer)
      • addListener

        protected static void addListener​(DomEventCallback callback,
                                          com.google.gwt.dom.client.Element element)
      • addListener

        protected static void addListener​(com.google.gwt.dom.client.Element element,
                                          java.lang.String eventType,
                                          DomEventCallback callback,
                                          com.google.gwt.dom.client.Element context)
      • removeListener

        public static void removeListener​(DomEventCallback callback)
      • removeListener

        protected static void removeListener​(DomEventCallback callback,
                                             com.google.gwt.dom.client.Element element)
      • send

        public static void send​(UpdateEvent event)
      • send

        public static void send​(UpdateEvent event,
                                boolean deferred)
      • send

        public static void send​(UpdateEvent event,
                                com.google.gwt.dom.client.Element context)
      • send

        public static void send​(UpdateEvent event,
                                com.google.gwt.dom.client.Element context,
                                boolean deferred)