|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.student.common.ui.client.widgets.table.scroll.TableModelEvent
@Deprecated public class TableModelEvent
Field Summary | |
---|---|
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 Summary | |
---|---|
TableModelEvent()
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public TableModelEvent()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |