qx.ui.table.pane
Class CellEvent

java.lang.Object
  extended by qx.core.Object
      extended by qx.event.type.Event
          extended by qx.event.type.DomEvent
              extended by qx.event.type.MouseEvent
                  extended by qx.ui.table.pane.CellEvent

public class CellEvent
extends MouseEvent

A cell event instance contains all data for mouse events related to cells in a table.


Constructor Summary
CellEvent()
           
CellEvent(Scroller scroller)
           
CellEvent(Scroller scroller, java.lang.Object type)
           
CellEvent(Scroller scroller, java.lang.Object type, MouseEvent me)
           
 
Method Summary
 java.lang.Integer _computeColumn()
          Compute the column where the event has happened.
 java.lang.Integer _computeRow()
          Compute the row where the event has happened.
 java.lang.Object getColumn()
          Returns the (computed) value of the property column.
 java.lang.Object getRow()
          Returns the (computed) value of the property row.
 
Methods inherited from class qx.event.type.MouseEvent
_computeButton, _computeWheelDelta, getButton, getClientX, getClientY, getPageX, getPageY, getScreenX, getScreenY, getWheelDelta, isLeftButtonPressed, isMiddleButtonPressed, isRightButtonPressed
 
Methods inherited from class qx.event.type.DomEvent
_computeModifiers, getBubbles, getDomEvent, getDomTarget, getPropagationStopped, isAltPressed, isCtrlOrCommandPressed, isCtrlPressed, isMetaPressed, isShiftPressed, setDefaultPrevented
 
Methods inherited from class qx.event.type.Event
getCurrentTarget, getDefaultPrevented, getOriginalTarget, getRelatedTarget, getTarget, getType, preventDefault, stopPropagation
 
Methods inherited from class qx.core.Object
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, get, getDisposed, isDisposed, reset, self, set, toHashCode, toString_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellEvent

public CellEvent()

CellEvent

public CellEvent(Scroller scroller)

CellEvent

public CellEvent(Scroller scroller,
                 java.lang.Object type)

CellEvent

public CellEvent(Scroller scroller,
                 java.lang.Object type,
                 MouseEvent me)
Method Detail

_computeColumn

public java.lang.Integer _computeColumn()

Compute the column where the event has happened.


_computeRow

public java.lang.Integer _computeRow()

Compute the row where the event has happened.


getColumn

public java.lang.Object getColumn()

Returns the (computed) value of the property column.

For further details take a look at the property definition: column.


getRow

public java.lang.Object getRow()

Returns the (computed) value of the property row.

For further details take a look at the property definition: row.



Copyright © 2008 1&1. All Rights Reserved.