public class TableModelEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
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.
|
source| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getFirstRow() |
int |
getLastRow() |
int |
getType() |
getSource, toStringpublic 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
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)
Copyright © 2010–2013 CodeLutin. All rights reserved.