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


Variable Index

 o CELL_FIRST
The cell state first event type.
 o CELL_LAST
The cell state final event type.
 o CELL_STATE_CHANGED
The cell state changed event type.
 o DESELECTED
The cell de-selected state change type.
 o SELECTED
The cell selected state change type.

Constructor Index

 o CellEvent()
CellEvent constructor.
 o CellEvent(CellSelectable, Event, int, int)
CellEvent constructor.

Method Index

 o getCellSelectable()
Returns the CellSelectable object where this event originated.
 o getStateChange()
Returns the state change type which generated the event.

Variables

 o CELL_STATE_CHANGED
 public static final int CELL_STATE_CHANGED
The cell state changed event type.

 o CELL_FIRST
 public static final int CELL_FIRST
The cell state first event type.

 o CELL_LAST
 public static final int CELL_LAST
The cell state final event type.

 o SELECTED
 public static final int SELECTED
The cell selected state change type.

 o DESELECTED
 public static final int DESELECTED
The cell de-selected state change type.

Constructors

 o CellEvent
 public CellEvent()
CellEvent constructor.

 o 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

Methods

 o getCellSelectable
 public CellSelectable getCellSelectable()
Returns the CellSelectable object where this event originated.

Returns:
CellSelectable - object where this event originated
 o 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