|
Diamond Control Suite 3.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
diamondedge.swing.grid.GridEvent
public class GridEvent
| Field Summary | |
|---|---|
static int |
EDIT_CANCELED
|
static int |
EDIT_STARTED
|
static int |
EDIT_STOPPED
|
static int |
EDIT_VALIDATE
|
static int |
POSITION_CHANGED
The row position has changed. |
static int |
ROW_EDIT_CANCELED
All edits made to cells in the current row have been canceled. |
static int |
ROW_MODIFIED
The contents of a cell in the current row has been changed. |
static int |
ROW_SAVED
The row has been saved to the database. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
GridEvent(Object source,
int eventType,
int row)
|
|
GridEvent(Object source,
int eventType,
int row,
int col)
|
|
| Method Summary | |
|---|---|
void |
cancel()
Causes any further processing of the event and subsequent related events to stop. |
int |
getColumn()
Returns the column that the operation occured on. |
int |
getRow()
Returns the row that the operation occured on. |
int |
getType()
|
boolean |
isCanceled()
Returns whether any further processing of the event and subsequent related events should occur. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int POSITION_CHANGED
public static final int ROW_MODIFIED
public static final int ROW_SAVED
public static final int ROW_EDIT_CANCELED
public static final int EDIT_CANCELED
public static final int EDIT_STARTED
public static final int EDIT_VALIDATE
public static final int EDIT_STOPPED
| Constructor Detail |
|---|
public GridEvent(Object source,
int eventType,
int row)
public GridEvent(Object source,
int eventType,
int row,
int col)
| Method Detail |
|---|
public int getType()
public int getRow()
public int getColumn()
public boolean isCanceled()
public void cancel()
|
Diamond Control Suite 3.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||