Package 

Class BrowserEvent

    • Method Summary

      Modifier and Type Method Description
      static BrowserEvent instantiate()
      String getJsBase()
      void preventDefault() Prevents DOM event default action.
      void stopPropagation() Stops both DOM and wrapper event propagation.
      void stopWrapperPropagation() Stops event propagation (doesn't stop original DOM event propagation).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait