Overview

Packages

  • Actions
  • Codegen
  • Controls
    • Base
  • DatabaseAdapters
  • Events
  • None
  • Sessions
  • Tests

Classes

  • QBackspaceKeyEvent
  • QBlurEvent
  • QCellClickEvent
  • QChangeEvent
  • QClickEvent
  • QContextMenuEvent
  • QDoubleClickEvent
  • QDownArrowKeyEvent
  • QDragDropEvent
  • QEnterKeyEvent
  • QEscapeKeyEvent
  • QEvent
  • QFocusEvent
  • QFocusInEvent
  • QFocusOutEvent
  • QInputEvent
  • QJqUiEvent
  • QJqUiPropertyEvent
  • QKeyDownEvent
  • QKeyPressEvent
  • QKeyUpEvent
  • QMouseDownEvent
  • QMouseEnterEvent
  • QMouseLeaveEvent
  • QMouseMoveEvent
  • QMouseOutEvent
  • QMouseOverEvent
  • QMouseUpEvent
  • QOnEvent
  • QSelectEvent
  • QTabKeyEvent
  • QUpArrowKeyEvent
  • Overview
  • Package
  • Class

Class QEvent

Base class of QEvents. Events are used in conjunction with actions to respond to user actions, like clicking, typing, etc., or even programmable timer events.

QBaseClass
Extended by QEvent

Direct known subclasses

MyQSlider_ChangeEvent, QAutocomplete_SourceEvent, QDragDropEvent, QFocusEvent, QFocusInEvent, QFocusOutEvent, QInputEvent, QJqUiEvent, QJqUiPropertyEvent, QKeyDownEvent, QKeyPressEvent, QKeyUpEvent, QBlurEvent, QMouseDownEvent, QMouseEnterEvent, QMouseLeaveEvent, QMouseMoveEvent, QMouseOutEvent, QMouseOverEvent, QMouseUpEvent, QOnEvent, QSelectEvent, QTimerExpiredEvent, QChangeEvent, QClickEvent, QContextMenuEvent, QDataGrid_SortEvent, QDatepicker_SelectEvent2, QDialog_ButtonEvent, QDoubleClickEvent

Indirect known subclasses

QAccordion_ActivateEvent, QAccordion_BeforeActivateEvent, QAutocomplete_SelectEvent, QTabKeyEvent, QTabs_ActivateEvent, QTabs_BeforeActivateEvent, QTabs_BeforeLoadEvent, QTabs_CreateEvent, QTabs_LoadEvent, QUpArrowKeyEvent, QBackspaceKeyEvent, QCellClickEvent, QDatepicker_BeforeShowDayEvent, QDatepicker_BeforeShowEvent, QDatepicker_CalculateWeekEvent, QDatepicker_ChangeMonthYearEvent, QDatepicker_CloseEvent, QDatepicker_SelectEvent, QDatepickerBox_BeforeShowDayEvent, QAccordion_CreateEvent, QDatepickerBox_BeforeShowEvent, QDatepickerBox_CalculateWeekEvent, QDatepickerBox_ChangeMonthYearEvent, QDatepickerBox_CloseEvent, QDatepickerBox_SelectEvent, QDialog_BeforeCloseEvent, QDialog_CloseEvent, QDialog_CreateEvent, QDialog_DragEvent, QDialog_DragStartEvent, QAutocomplete_ChangeEvent, QDialog_DragStopEvent, QDialog_FocusEvent, QDialog_OpenEvent, QDialog_ResizeEvent, QDialog_ResizeStartEvent, QDialog_ResizeStopEvent, QDownArrowKeyEvent, QDraggable_CreateEvent, QDraggable_DragEvent, QDraggable_StartEvent, QAutocomplete_CloseEvent, QDraggable_StopEvent, QDroppable_ActivateEvent, QDroppable_CreateEvent, QDroppable_DeactivateEvent, QDroppable_DropEvent, QDroppable_OutEvent, QDroppable_OverEvent, QEnterKeyEvent, QEscapeKeyEvent, QHtmlTableCheckBoxColumn_ClickEvent, QAutocomplete_CreateEvent, QJqButton_CreateEvent, QJqCheckBox_CreateEvent, QJqRadioButton_CreateEvent, QMenu_BlurEvent, QMenu_CreateEvent, QMenu_FocusEvent, QMenu_SelectEvent, QProgressbar_ChangeEvent, QProgressbar_CompleteEvent, QProgressbar_CreateEvent, QAutocomplete_FocusEvent, QResizable_CreateEvent, QResizable_ResizeEvent, QResizable_StartEvent, QResizable_StopEvent, QSelectable_CreateEvent, QSelectable_SelectedEvent, QSelectable_SelectingEvent, QSelectable_StartEvent, QSelectable_StopEvent, QSelectable_UnselectedEvent, QAutocomplete_OpenEvent, QSelectable_UnselectingEvent, QSelectMenu_ChangeEvent, QSelectMenu_CloseEvent, QSelectMenu_CreateEvent, QSelectMenu_FocusEvent, QSelectMenu_OpenEvent, QSelectMenu_SelectEvent, QSlider_ChangeEvent, QSlider_CreateEvent, QSlider_SlideEvent, QAutocomplete_ResponseEvent, QSlider_StartEvent, QSlider_StopEvent, QSortable_ActivateEvent, QSortable_BeforeStopEvent, QSortable_ChangeEvent, QSortable_CreateEvent, QSortable_DeactivateEvent, QSortable_OutEvent, QSortable_OverEvent, QSortable_ReceiveEvent, QAutocomplete_SearchEvent, QSortable_RemoveEvent, QSortable_SortEvent, QSortable_StartEvent, QSortable_StopEvent, QSortable_UpdateEvent, QSpinner_ChangeEvent, QSpinner_CreateEvent, QSpinner_SpinEvent, QSpinner_StartEvent, QSpinner_StopEvent
Abstract
Package: Events
Located at includes/base_controls/_events.inc.php
Methods summary
public
# __construct( integer $intDelay = 0, string $strCondition = null, string $strSelector = null )

Create an event.

Create an event.

Parameters

$intDelay
ms delay to wait before action is fired
$strCondition
javascript condition to check before firing the action
$strSelector
jquery selector to cause event to be attached to child items instead of this item

Throws

Exception|QCallerException
public integer|mixed|null|string
# __get( string $strName )

The PHP Magic function for this class

The PHP Magic function for this class

Parameters

$strName
Name of the property to fetch

Returns

integer|mixed|null|string

Throws

Exception|QCallerException

Overrides

QBaseClass::__get()
Methods inherited from QBaseClass
OverrideAttributes(), __call(), __set()
Properties summary
protected string|null $strCondition

The JS condition in which an event would fire

The JS condition in which an event would fire

# null
protected integer|mixed $intDelay

The number of second after which the event has to be fired

The number of second after which the event has to be fired

# 0
protected $strSelector
# null
Magic properties summary
public read-only string $EventName

the javascript event name that will be fired

public read-only string $Condition

a javascript condition that is tested before the event is sent

public read-only integer $Delay

ms delay before action is fired

public read-only string $JsReturnParam

the javascript used to create the strParameter that gets sent to the event handler registered with the event.

public read-only string $Selector

a jquery selector, causes the event to apply to child items matching the selector, and then get sent up the chain to this object

API documentation generated by ApiGen