org.kuali.student.common.ui.client.widgets.table.scroll
Class TableModelEvent

java.lang.Object
  extended by org.kuali.student.common.ui.client.widgets.table.scroll.TableModelEvent

Deprecated.

@Deprecated
public class TableModelEvent
extends Object


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

RowInsert

public static final int RowInsert
Deprecated. 
Identifies the addition of new rows or columns.

See Also:
Constant Field Values

RowUpdate

public static final int RowUpdate
Deprecated. 
Identifies a change to existing data.

See Also:
Constant Field Values

RowDelete

public static final int RowDelete
Deprecated. 
Identifies the removal of rows or columns.

See Also:
Constant Field Values

CellUpdate

public static final int CellUpdate
Deprecated. 
See Also:
Constant Field Values

TableStructure

public static final int TableStructure
Deprecated. 
See Also:
Constant Field Values

TableData

public static final int TableData
Deprecated. 
See Also:
Constant Field Values

type

protected int type
Deprecated. 

firstRow

protected int firstRow
Deprecated. 

lastRow

protected int lastRow
Deprecated. 

column

protected int column
Deprecated. 
Constructor Detail

TableModelEvent

public TableModelEvent()
Deprecated. 
Method Detail

getFirstRow

public int getFirstRow()
Deprecated. 

setFirstRow

public void setFirstRow(int firstRow)
Deprecated. 

getLastRow

public int getLastRow()
Deprecated. 

setLastRow

public void setLastRow(int lastRow)
Deprecated. 

getColumn

public int getColumn()
Deprecated. 

setColumn

public void setColumn(int column)
Deprecated. 

getType

public int getType()
Deprecated. 

setType

public void setType(int type)
Deprecated. 


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.