Package pyjamas :: Module ui :: Class Event
[hide private]
[frames] | no frames]

Class Event

source code

This class contains flags and integer values used by the event system.

It is not meant to be subclassed or instantiated.

Class Variables [hide private]
  BUTTON_LEFT = 1
  BUTTON_MIDDLE = 4
  BUTTON_RIGHT = 2
  ONBLUR = 0x01000
  ONCHANGE = 0x00400
  ONCLICK = 0x00001
  ONDBLCLICK = 0x00002
  ONERROR = 0x10000
  ONFOCUS = 0x00800
  ONKEYDOWN = 0x00080
  ONKEYPRESS = 0x00100
  ONKEYUP = 0x00200
  ONLOAD = 0x08000
  ONLOSECAPTURE = 0x02000
  ONMOUSEDOWN = 0x00004
  ONMOUSEMOVE = 0x00040
  ONMOUSEOUT = 0x00020
  ONMOUSEOVER = 0x00010
  ONMOUSEUP = 0x00008
  ONSCROLL = 0x04000
  FOCUSEVENTS = 0x01800
  KEYEVENTS = 0x00380
  MOUSEEVENTS = 0x0007C