Class Event

All Implemented Interfaces:
ScriptableDelegate

public class Event extends AbstractScriptableDelegate
  • Constructor Details

  • Method Details

    • getAltKey

      public boolean getAltKey()
    • getShiftKey

      public boolean getShiftKey()
    • getCtrlKey

      public boolean getCtrlKey()
    • getButton

      public int getButton()
    • isCancelBubble

      public boolean isCancelBubble()
    • setCancelBubble

      public void setCancelBubble(boolean cancelBubble)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getClientX

      public int getClientX()
    • getClientY

      public int getClientY()
    • getKeyCode

      public int getKeyCode()
    • isReturnValue

      public boolean isReturnValue()
    • setReturnValue

      public void setReturnValue(boolean returnValue)
    • getSrcElement

      public HTMLElement getSrcElement()
    • setSrcElement

      public void setSrcElement(HTMLElement srcElement)
    • getFromElement

      public HTMLElement getFromElement()
    • setFromElement

      public void setFromElement(HTMLElement fromElement)
    • getToElement

      public HTMLElement getToElement()
    • setToElement

      public void setToElement(HTMLElement toElement)
    • getLeafX

      public int getLeafX()
    • setLeafX

      public void setLeafX(int leafX)
    • getLeafY

      public int getLeafY()
    • setLeafY

      public void setLeafY(int leafY)