All Packages Class Hierarchy This Package Previous Next Index
Class dtai.gwt.CellEvent
java.lang.Object
|
+----java11.util.EventObject
|
+----java11.awt.event.AWTEvent
|
+----dtai.gwt.CellEvent
- public class CellEvent
- extends AWTEvent
CellEvent
-
CELL_FIRST
- The cell state first event type.
-
CELL_LAST
- The cell state final event type.
-
CELL_STATE_CHANGED
- The cell state changed event type.
-
DESELECTED
- The cell de-selected state change type.
-
SELECTED
- The cell selected state change type.
-
CellEvent()
- CellEvent constructor.
-
CellEvent(CellSelectable, Event, int, int)
- CellEvent constructor.
-
getCellSelectable()
- Returns the CellSelectable object where this event originated.
-
getStateChange()
- Returns the state change type which generated the event.
CELL_STATE_CHANGED
public static final int CELL_STATE_CHANGED
- The cell state changed event type.
CELL_FIRST
public static final int CELL_FIRST
- The cell state first event type.
CELL_LAST
public static final int CELL_LAST
- The cell state final event type.
SELECTED
public static final int SELECTED
- The cell selected state change type.
DESELECTED
public static final int DESELECTED
- The cell de-selected state change type.
CellEvent
public CellEvent()
- CellEvent constructor.
CellEvent
public CellEvent(CellSelectable source,
Event evt,
int id,
int stateChange)
- CellEvent constructor.
- Parameters:
- source - event source
- evt - Event fed to AWTEvent constructor
- id - id fed to AWTEvent constructor
- stateChange - new value for stateChange
getCellSelectable
public CellSelectable getCellSelectable()
- Returns the CellSelectable object where this event originated.
- Returns:
- CellSelectable - object where this event originated
getStateChange
public int getStateChange()
- Returns the state change type which generated the event.
Possible values: SELECTED, DESELECTED
- Returns:
- int - state change type which generated the event
All Packages Class Hierarchy This Package Previous Next Index