|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.event.type.Event
qx.event.type.DomEvent
qx.event.type.MouseEvent
qx.ui.table.pane.CellEvent
public class CellEvent
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 |
---|
public CellEvent()
public CellEvent(Scroller scroller)
public CellEvent(Scroller scroller, java.lang.Object type)
public CellEvent(Scroller scroller, java.lang.Object type, MouseEvent me)
Method Detail |
---|
public java.lang.Integer _computeColumn()
Compute the column where the event has happened.
public java.lang.Integer _computeRow()
Compute the row where the event has happened.
public java.lang.Object getColumn()
Returns the (computed) value of the property column
.
For further details take a look at the property definition: column
.
public java.lang.Object getRow()
Returns the (computed) value of the property row
.
For further details take a look at the property definition: row
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |