Class: CUI.Event
Defined in: | base/Events/Event.coffee |
Inherits: | CUI.Element |
Overview
- coffeescript-ui - Coffeescript User Interface System (CUI)
- Copyright (c) 2013 - 2016 Programmfabrik GmbH
- MIT Licence
- https://github.com/programmfabrik/coffeescript-ui, http://www.coffeescript-ui.org
Direct Known Subclasses
CUI.DragoverScrollEvent CUI.CUIEvent CUI.KeyboardEvent CUI.MouseEvent
Variables Summary
Variable inherited from CUI.Element
Class Method Summary
Instance Method Summary
- # (void) initOpts()
- # (void) readOpts()
- # (void) __setListener(listener)
- # (void) __setPhase(__phase)
- # (void) isExcludeSelf()
- # (void) getPhase()
- # (void) getType()
- # (void) getDebug()
- # (void) getInfo()
- # (void) getNode()
- # (void) getElement()
- # (void) isBubble()
- # (void) isSink()
- # (void) isInDOM()
- # (void) setNativeEvent(NativeEvent)
- # (void) getNativeEvent()
- # (void) getPointTarget()
- # (void) getTarget()
- # (void) setTarget(tg)
- # (void) getCurrentTarget()
- # (void) setCurrentTarget(ct)
- # (void) getModifiers()
- # (void) hasModifierKey(includeShift = false)
- # (void) getButton()
- # (void) keyCode()
- # (void) metaKey()
- # (void) ctrlKey()
- # (void) altKey()
- # (void) shiftKey()
- # (void) clientX()
- # (void) clientY()
- # (void) pageX()
- # (void) pageY()
- # (void) stopImmediatePropagation()
- # (void) stopPropagation()
- # (void) preventDefault()
- # (void) isImmediatePropagationStopped()
- # (void) isPropagationStopped()
- # (void) isDefaultPrevented()
- # (void) dispatch()
- # (void) dump()
- # (void) stop()
Inherited Method Summary
Methods inherited from
CUI.Element
#getElementClass #getUniqueId #getOpts #getOpt #hasOpt #getSetOpt #hasSetOpt #initOpts #copy #mergeOpt #removeOpt #addOpt #addOpts #mergeOpts #__getCheckMap #readOpts #readOptsFromAttr #proxy #destroy #isDestroyed .getOptKeys
Class Method Details
.
(void)
require(event, func)
.
(void)
createFromDOMEvent(event, eventClass)
cr
Constructor Details
#
(void)
constructor(opts = {})
Instance Method Details
#
(void)
initOpts()
#
(void)
readOpts()
#
(void)
__setListener(listener)
#
(void)
__setPhase(__phase)
#
(void)
isExcludeSelf()
#
(void)
getPhase()
#
(void)
getType()
#
(void)
getDebug()
#
(void)
getInfo()
#
(void)
getNode()
#
(void)
getElement()
#
(void)
isBubble()
#
(void)
isSink()
#
(void)
isInDOM()
#
(void)
setNativeEvent(NativeEvent)
#
(void)
getNativeEvent()
#
(void)
getPointTarget()
#
(void)
getTarget()
#
(void)
setTarget(tg)
#
(void)
getCurrentTarget()
#
(void)
setCurrentTarget(ct)
#
(void)
getModifiers()
#
(void)
hasModifierKey(includeShift = false)
#
(void)
getButton()
#
(void)
keyCode()
#
(void)
metaKey()
#
(void)
ctrlKey()
#
(void)
altKey()
#
(void)
shiftKey()
#
(void)
clientX()
#
(void)
clientY()
#
(void)
pageX()
#
(void)
pageY()
#
(void)
stopImmediatePropagation()
#
(void)
stopPropagation()
#
(void)
preventDefault()
#
(void)
isImmediatePropagationStopped()
#
(void)
isPropagationStopped()
#
(void)
isDefaultPrevented()
#
(void)
dispatch()
#
(void)
dump()
#
(void)
stop()