Uses of Class
qx.event.type.Event

Packages that use Event
org.qooxdoo.toolkit.qooxdoo   
qx.client   
qx.core   
qx.event.handler   
qx.event.type   
qx.io.remote   
qx.ui.animation   
qx.ui.basic   
qx.ui.component   
qx.ui.core   
qx.ui.embed   
qx.ui.form   
qx.ui.listview   
qx.ui.menu   
qx.ui.pageview   
qx.ui.pageview.buttonview   
qx.ui.pageview.radioview   
qx.ui.pageview.tabview   
qx.ui.popup   
qx.ui.resizer   
qx.ui.selection   
qx.ui.splitpane   
qx.ui.table   
qx.ui.table.columnmodel   
qx.ui.table.columnmodel.resizebehavior   
qx.ui.table.pane   
qx.ui.toolbar   
qx.ui.tree   
qx.ui.treevirtual   
qx.ui.window   
qx.util.fsm   
 

Uses of Event in org.qooxdoo.toolkit.qooxdoo
 

Methods in org.qooxdoo.toolkit.qooxdoo with parameters of type Event
 void EventListener.notify(Event obj)
           
 

Uses of Event in qx.client
 

Methods in qx.client with parameters of type Event
 void NativeWindow._oninterval(Event e)
          Executed on each timer interval to detect two things:
 void NativeWindow._onload(Event e)
          Fires the qooxdoo load event
 

Uses of Event in qx.core
 

Methods in qx.core with parameters of type Event
 void Target._dispatchEvent(Event evt)
          Internal event dispatch method
 Object Init._onbeforeunload(Event e)
          beforeunload event handler
 Object Init._onload(Event e)
          load event handler
 void Init._onunload(Event e)
          unload event handler
 boolean Target.dispatchEvent(Event evt, boolean dispose)
          Dispatch an event
 

Uses of Event in qx.event.handler
 

Methods in qx.event.handler with parameters of type Event
 void EventHandler._checkKeyEventMatch(Event e)
           
 void DragAndDropHandler._endDrag(java.lang.Object currentDestinationWidget, Event e)
          This will be called to the end of each drag and drop session
 void DragAndDropHandler._fireUserEvents(java.lang.Object fromWidget, java.lang.Object toWidget, Event e)
           
 void DragAndDropHandler._handleKeyDown(Event e)
           
 void DragAndDropHandler._handleKeyUp(Event e)
           
 void DragAndDropHandler._handleMouseDown(Event e)
          This starts the core drag and drop session.
 void DragAndDropHandler._handleMouseMove(Event e)
          Handler for mouse move events
 void DragAndDropHandler._handleMouseUp(Event e)
          Handle mouse up event.
 void FocusHandler._onkeyevent(java.lang.Object container, Event ev)
           
 void KeyEventHandler._onkeypress(Event domEvent)
          Low level key press handler
 void KeyEventHandler._onkeyupdown(Event domEvent)
          Low level handler for “keyup” and “keydown” events
 void EventHandler._onselectevent(Event e)
           
 void EventHandler._onwindowblur(Event e)
           
 void EventHandler._onwindowfocus(Event e)
           
 void EventHandler._onwindowresize(Event e)
           
 void DragAndDropHandler.cancelDrag(Event e)
          Cancel current drag and drop session
 void DragAndDropHandler.handleKeyEvent(Event e)
          This wraps the key events to custom handlers.
 java.lang.Object DragAndDropHandler.handleMouseEvent(Event e)
          This wraps the mouse events to custom handlers.
 

Uses of Event in qx.event.type
 

Subclasses of Event in qx.event.type
 class ChangeEvent
          Event object for property changes.
 class DataEvent
          Event object for data transfers.
 class DomEvent
           
 class DragEvent
          The event object for drag and drop sessions
 class FocusEvent
          This event handles all focus events.
 class KeyEvent
          A key event instance contains all data for each occured key event
 class MouseEvent
          A mouse event instance contains all data for each occured mouse event
 

Uses of Event in qx.io.remote
 

Subclasses of Event in qx.io.remote
 class Response
           
 

Methods in qx.io.remote with parameters of type Event
 void Exchange._onabort(Event e)
           
 void Request._onaborted(Event e)
          Event handler called when the request enters the aborted state.
 void RequestQueue._oncompleted(Event e)
           
 void Exchange._oncompleted(Event e)
           
 void Request._oncompleted(Event e)
          Event handler called when the request enters the completed state.
 void Exchange._onfailed(Event e)
           
 void Request._onfailed(Event e)
          Event handler called when the request enters the failed state.
 void RequestQueue._oninterval(Event e)
           
 void IframeTransport._onload(Event e)
          Converting complete state to numeric value and update state property
 void Request._onqueued(Event e)
          Event handler called when the request enters the queued state.
 java.lang.Object XmlHttpTransport._onreadystatechange(Event e)
           
 void IframeTransport._onreadystatechange(Event e)
          Converting named readyState to numeric value and update state property
 void Exchange._onreceiving(Event e)
           
 void Request._onreceiving(Event e)
          Event handler called when the request enters the receiving state.
 void RequestQueue._onsending(Event e)
           
 void Exchange._onsending(Event e)
           
 void Request._onsending(Event e)
          Event handler called when the request enters the sending state.
 void Exchange._ontimeout(Event e)
           
 void Request._ontimeout(Event e)
          Event handler called when the request enters the timeout state.
 

Uses of Event in qx.ui.animation
 

Methods in qx.ui.animation with parameters of type Event
 void MAnimation._onInterval(Event e)
           
 

Uses of Event in qx.ui.basic
 

Methods in qx.ui.basic with parameters of type Event
 void ScrollArea._onscroll(Event e)
          Event handler for the scroll event
 

Uses of Event in qx.ui.component
 

Methods in qx.ui.component with parameters of type Event
 void DateChooserButton._changeLocaleHandler(Event e)
          Handle locale changes.
 void DateChooserButton._chooserSelectHandler(Event e)
          Event handler for the date chooser select event.
 void DateChooserButton._chooserWindowAppearHandler(Event e)
          Event handler for chooser window appear event.
 void DateChooserButton._chooserWindowKeydownHandler(Event e)
          Event handler for keydown events of the chooser window.
 void DateChooserButton._executeHandler(Event e)
          Event hanlder for the execute event of the date chooser button.
 void ColorPopup._onAutomaticBtnExecute(Event e)
           
 void ColorPopup._onBeforeAppear(Event e)
           
 void ColorSelector._onBrightnessFieldMouseDown(Event e)
           
 void ColorSelector._onBrightnessHandleMouseDown(Event e)
           
 void ColorSelector._onBrightnessHandleMouseMove(Event e)
           
 void ColorSelector._onBrightnessHandleMouseUp(Event e)
           
 void ColorSelector._onBrightnessPaneMouseWheel(Event e)
           
 void ColorSelector._onButtonCancelExecute(Event e)
           
 void ColorSelector._onButtonOkExecute(Event e)
           
 java.lang.Object ColorSelector._onColorFieldClick(Event e)
           
 void ColorPopup._onColorSelectorCancel(Event e)
           
 void ColorPopup._onColorSelectorOk(Event e)
           
 void ColorPopup._onFieldMouseDown(Event e)
           
 void ColorPopup._onFieldMouseOver(Event e)
           
 java.lang.Object ColorSelector._onHexFieldChange(Event e)
           
 void ColorSelector._onHueSaturationFieldMouseDown(Event e)
           
 void ColorSelector._onHueSaturationHandleMouseDown(Event e)
           
 void ColorSelector._onHueSaturationHandleMouseMove(Event e)
           
 void ColorSelector._onHueSaturationHandleMouseUp(Event e)
           
 void ColorSelector._onHueSaturationPaneMouseWheel(Event e)
           
 void ColorPopup._onSelectorButtonExecute(Event e)
           
 void ColorSelector._setBrightnessOnFieldEvent(Event e)
           
 void ColorSelector._setHueSaturationOnFieldEvent(Event e)
           
 

Uses of Event in qx.ui.core
 

Methods in qx.ui.core with parameters of type Event
 void Parent._onfocuskeyevent(Event e)
          Delegate keyevent to the focus handler
 void ClientDocument._onwindowresize(Event e)
           
 void ClientDocument.blockHelper(Event e)
           
 

Uses of Event in qx.ui.embed
 

Methods in qx.ui.embed with parameters of type Event
 void GalleryList._onclick(Event e)
           
 void Gallery._onclick(Event e)
           
 void GalleryList._ondblclick(Event e)
           
 void Gallery._ondblclick(Event e)
           
 void GalleryList._onkeypress(Event e)
           
 void Gallery._onkeypress(Event e)
           
 void GalleryList._onmousedown(Event e)
           
 void Gallery._onmousedown(Event e)
           
 void GalleryList._onmousemove(Event e)
           
 void Gallery._onmousemove(Event e)
           
 void GalleryList._onmouseup(Event e)
           
 void Gallery._onmouseup(Event e)
           
 void IframeManager.handleMouseDown(Event evt)
           
 void IframeManager.handleMouseUp(Event evt)
           
 

Uses of Event in qx.ui.form
 

Methods in qx.ui.form with parameters of type Event
 void ComboBox._onbeforedisappear(Event e)
          Listener method for the “disappear” event of the combo box.
 void CheckBox._onclick(Event e)
          Listener method for “click” event.
 void ComboBoxEx._oninput(Event e)
           
 void RepeatButton._oninterval(Event e)
          Callback for the interval event.
 void Spinner._oninterval(Event e)
          Callback method for the “interval” event.
 void CheckBox._onkeydown(Event e)
          Listener method for “keydown” event.
 void ComboBoxEx._onkeydown(Event e)
           
 void Button._onkeydown(Event e)
          Listener method for “keydown” event.
 void ComboBoxEx._onkeypress(Event e)
           
 void CheckBox._onkeyup(Event e)
          Listener method for “keyup” event.
 void Button._onkeyup(Event e)
          Listener method for “keyup” event.
 void ComboBoxEx._onmousedown(Event e)
           
 void Button._onmousedown(Event e)
          Listener method for “mousedown” event Removes “abandoned” state Adds “pressed” state
 void Button._onmouseout(Event e)
          Listener method for “mouseout” event Removes “over” state Adds “abandoned” and removes “pressed” state (if “pressed” state is set)
 void Button._onmouseover(Event e)
          Listener method for “mouseover” event Adds state “over” Removes “abandoned” and adds “pressed” state (if “abandoned” state is set)
 void ComboBoxEx._onmouseup(Event e)
           
 void Button._onmouseup(Event e)
          Listener method for “mouseup” event Removes “pressed” state (if set) Removes “abandoned” state (if set) Adds “over” state (if “abandoned” state is not set)
 void ComboBoxEx._onmousewheel(Event e)
           
 void ComboBoxEx._onpopupappear(Event e)
           
 void ComboBox._onpopupappear(Event e)
          Listener method for the “appear” event of the popup widget
 

Uses of Event in qx.ui.listview
 

Methods in qx.ui.listview with parameters of type Event
 void ListViewPane._onclick(Event e)
           
 void ListViewPane._ondblclick(Event e)
           
 void ListViewPane._onkeypress(Event e)
           
 void Header._onmousedown(Event e)
           
 void ListView._onmousedown(Event e)
           
 void ListViewPane._onmousedown(Event e)
           
 void Header._onmousemove(Event e)
           
 void Header._onmouseout(Event e)
           
 void HeaderCell._onmouseout(Event e)
           
 void HeaderCell._onmouseover(Event e)
           
 void ListViewPane._onmouseover(Event e)
           
 void Header._onmouseup(Event e)
           
 void HeaderCell._onmouseup(Event e)
           
 void ListViewPane._onmouseup(Event e)
           
 void ListViewPane._onmousewheel(Event e)
           
 void ListView._onscroll(Event e)
           
 void ListViewPane._onscroll(Event e)
           
 java.lang.Object ListViewPane.getListViewTarget(Event e)
           
 

Uses of Event in qx.ui.menu
 

Methods in qx.ui.menu with parameters of type Event
 void Menu._onclosetimer(Event e)
           
 void Menu._onkeydown_enter(Event e)
           
 void Menu._onkeydown(Event e)
          Wraps key events to target functions
 void Menu._onkeypress_down(Event e)
           
 void Menu._onkeypress_left(Event e)
           
 void Menu._onkeypress_right(Event e)
           
 void Menu._onkeypress_up(Event e)
           
 void Menu._onkeypress(Event e)
           
 void Menu._onmouseout(Event e)
           
 void Menu._onmouseover(Event e)
           
 void Menu._onopentimer(Event e)
           
 

Uses of Event in qx.ui.pageview
 

Methods in qx.ui.pageview with parameters of type Event
 void AbstractButton._onkeydown(Event e)
           
 void AbstractButton._onkeypress(Event e)
           
 void AbstractButton._onmousedown(Event e)
           
 void AbstractButton._onmouseout(Event e)
           
 void AbstractButton._onmouseover(Event e)
           
 void AbstractBar._onmousewheel(Event e)
           
 java.lang.Object AbstractBar.getWheelDelta(Event e)
           
 

Uses of Event in qx.ui.pageview.buttonview
 

Methods in qx.ui.pageview.buttonview with parameters of type Event
 void Button._onkeypress(Event e)
           
 java.lang.Object Bar.getWheelDelta(Event e)
           
 

Uses of Event in qx.ui.pageview.radioview
 

Methods in qx.ui.pageview.radioview with parameters of type Event
 void Button._onkeypress(Event e)
           
 

Uses of Event in qx.ui.pageview.tabview
 

Methods in qx.ui.pageview.tabview with parameters of type Event
 void Button._onkeydown(Event e)
           
 void Button._onkeypress(Event e)
           
 void Button._ontabclose(Event e)
           
 

Uses of Event in qx.ui.popup
 

Methods in qx.ui.popup with parameters of type Event
 java.lang.Object ToolTip._onhidetimer(Event e)
          Callback method for the “interval” event of the hide timer.
 void ToolTip._onshowtimer(Event e)
          Callback method for the “interval” event of the show timer.
 

Uses of Event in qx.ui.resizer
 

Methods in qx.ui.resizer with parameters of type Event
 java.lang.Object MResizable._near(java.lang.Object p, Event e)
           
 void MResizable._onmousedown(Event e)
           
 void MResizable._onmousemove(Event e)
           
 void MResizable._onmouseup(Event e)
           
 

Uses of Event in qx.ui.selection
 

Methods in qx.ui.selection with parameters of type Event
 void SelectionManager._ondragup(Event e)
           
 void SelectionManager._onmouseevent(java.lang.Object oItem, Event e, boolean bOver)
          Internal handler for all mouse events bound to this manager.
 void SelectionManager.handleClick(java.lang.Object vItem, Event e)
           
 void SelectionManager.handleDblClick(java.lang.Object vItem, Event e)
           
 void SelectionManager.handleMouseDown(java.lang.Object vItem, Event e)
           
 void SelectionManager.handleMouseOver(java.lang.Object oItem, Event e)
           
 void SelectionManager.handleMouseUp(java.lang.Object vItem, Event e)
           
 

Uses of Event in qx.ui.splitpane
 

Methods in qx.ui.splitpane with parameters of type Event
 java.lang.Object SplitPane._normalizeX(Event e)
           
 java.lang.Object SplitPane._normalizeY(Event e)
           
 void SplitPane._syncX(Event e)
           
 void SplitPane._syncY(Event e)
           
 

Uses of Event in qx.ui.table
 

Methods in qx.ui.table with parameters of type Event
 void Table._onChangeLocale(Event evt)
          Event handler.
 

Uses of Event in qx.ui.table.columnmodel
 

Methods in qx.ui.table.columnmodel with parameters of type Event
 void Resize._onappear(Event event)
          Event handler for the “appear” event.
 void Resize._ontablewidthchanged(Event event)
          Event handler for the “tableWidthChanged” event.
 

Uses of Event in qx.ui.table.columnmodel.resizebehavior
 

Methods in qx.ui.table.columnmodel.resizebehavior with parameters of type Event
 void Default._computeColumnsFlexWidth(Resize tableColumnModel, Event event)
          Computes the width of all flexible children (based loosely on the method of the same name in HorizontalBoxLayoutImpl).
 

Uses of Event in qx.ui.table.pane
 

Subclasses of Event in qx.ui.table.pane
 class CellEvent
          A cell event instance contains all data for mouse events related to cells in a table.
 

Uses of Event in qx.ui.toolbar
 

Methods in qx.ui.toolbar with parameters of type Event
 java.lang.Object ToolBar._onkeypress(Event e)
          Wraps key events to target functions
 void MenuButton._onmenuappear(Event e)
           
 void MenuButton._onmenudisappear(Event e)
           
 void MenuButton._onmousedown(Event e)
           
 void MenuButton._onmouseout(Event e)
           
 void MenuButton._onmouseover(Event e)
           
 void RadioButton._onmouseup(Event e)
           
 void MenuButton._onmouseup(Event e)
           
 void CheckBox._onmouseup(Event e)
           
 

Uses of Event in qx.ui.tree
 

Methods in qx.ui.tree with parameters of type Event
 void TreeFolder._ondblclick(Event e)
           
 java.lang.Object Tree._onkeydown(Event e)
           
 java.lang.Object Tree._onkeypress(Event e)
           
 void Tree._onkeyup(Event e)
           
 void AbstractTreeElement._onmousedown(Event e)
           
 void TreeFolder._onmousedown(Event e)
           
 void TreeFolder._onmouseup(Event e)
           
 

Uses of Event in qx.ui.treevirtual
 

Methods in qx.ui.treevirtual with parameters of type Event
 void TreeVirtual._onkeypress(Event evt)
           
 

Uses of Event in qx.ui.window
 

Methods in qx.ui.window with parameters of type Event
 void Window._oncaptionmousemove(Event e)
          Does the moving of the window by rendering the position of the window (or frame) at runtime using direct dom methods.
 

Uses of Event in qx.util.fsm
 

Methods in qx.util.fsm that return Event
 Event FiniteStateMachine.copyEvent(Event event)
          Copy an event
 

Methods in qx.util.fsm with parameters of type Event
 Event FiniteStateMachine.copyEvent(Event event)
          Copy an event
 void FiniteStateMachine.enqueueEvent(Event event, boolean bAddAtHead)
          Enqueue an event for processing
 void FiniteStateMachine.eventListener(Event event)
          Event listener for all event types in the finite state machine
 void FiniteStateMachine.postponeEvent(Event event)
          Add the specified event to a list of events to be passed to the next state following state transition.
 



Copyright © 2008 1&1. All Rights Reserved.