@Deprecated public class TableModelEvent extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CellUpdate
Deprecated.
|
protected int |
column
Deprecated.
|
protected int |
firstRow
Deprecated.
|
protected int |
lastRow
Deprecated.
|
static int |
RowDelete
Deprecated.
Identifies the removal of rows or columns.
|
static int |
RowInsert
Deprecated.
Identifies the addition of new rows or columns.
|
static int |
RowUpdate
Deprecated.
Identifies a change to existing data.
|
static int |
TableData
Deprecated.
|
static int |
TableStructure
Deprecated.
|
protected int |
type
Deprecated.
|
Constructor and Description |
---|
TableModelEvent()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
Deprecated.
|
int |
getFirstRow()
Deprecated.
|
int |
getLastRow()
Deprecated.
|
int |
getType()
Deprecated.
|
void |
setColumn(int column)
Deprecated.
|
void |
setFirstRow(int firstRow)
Deprecated.
|
void |
setLastRow(int lastRow)
Deprecated.
|
void |
setType(int type)
Deprecated.
|
public static final int RowInsert
public static final int RowUpdate
public static final int RowDelete
public static final int CellUpdate
public static final int TableStructure
public static final int TableData
protected int type
protected int firstRow
protected int lastRow
protected int column
public TableModelEvent()
public int getFirstRow()
public void setFirstRow(int firstRow)
public int getLastRow()
public void setLastRow(int lastRow)
public int getColumn()
public void setColumn(int column)
public int getType()
public void setType(int type)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.