|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
fr.inra.refcomp.client.table.TableModelEvent
public class TableModelEvent
Copy of javax.swing.event.TableModelEvent User: couteau Date: 05/01/11
| Field Summary | |
|---|---|
static int |
ALL_COLUMNS
Specifies all columns in a row or rows. |
protected int |
column
|
static int |
DELETE
Identifies the removal of rows or columns. |
protected int |
firstRow
|
static int |
HEADER_ROW
Identifies the header row. |
static int |
INSERT
Identifies the addtion of new rows or columns. |
protected int |
lastRow
|
protected int |
type
|
static int |
UPDATE
Identifies a change to existing data. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
TableModelEvent(GWTTableModel source)
|
|
TableModelEvent(GWTTableModel source,
int row)
|
|
TableModelEvent(GWTTableModel source,
int firstRow,
int lastRow)
|
|
TableModelEvent(GWTTableModel source,
int firstRow,
int lastRow,
int column)
|
|
TableModelEvent(GWTTableModel source,
int firstRow,
int lastRow,
int column,
int type)
|
|
| Method Summary | |
|---|---|
int |
getColumn()
|
int |
getFirstRow()
|
int |
getLastRow()
|
int |
getType()
|
| 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 INSERT
public static final int UPDATE
public static final int DELETE
public static final int HEADER_ROW
public static final int ALL_COLUMNS
protected int column
protected int firstRow
protected int lastRow
protected int type
| Constructor Detail |
|---|
public TableModelEvent(GWTTableModel source)
public TableModelEvent(GWTTableModel source,
int row)
public TableModelEvent(GWTTableModel source,
int firstRow,
int lastRow)
public TableModelEvent(GWTTableModel source,
int firstRow,
int lastRow,
int column)
public TableModelEvent(GWTTableModel source,
int firstRow,
int lastRow,
int column,
int type)
| Method Detail |
|---|
public int getColumn()
public int getFirstRow()
public int getLastRow()
public int getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||