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

public class TableModelEvent
extends Object


Field Summary
static int CellUpdate
           
protected  int column
           
protected  int firstRow
           
protected  int lastRow
           
static int RowDelete
          Identifies the removal of rows or columns.
static int RowInsert
          Identifies the addition of new rows or columns.
static int RowUpdate
          Identifies a change to existing data.
static int TableData
           
static int TableStructure
           
protected  int type
           
 
Constructor Summary
TableModelEvent()
           
 
Method Summary
 int getColumn()
           
 int getFirstRow()
           
 int getLastRow()
           
 int getType()
           
 void setColumn(int column)
           
 void setFirstRow(int firstRow)
           
 void setLastRow(int lastRow)
           
 void setType(int type)
           
 
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
Identifies the addition of new rows or columns.

See Also:
Constant Field Values

RowUpdate

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

See Also:
Constant Field Values

RowDelete

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

See Also:
Constant Field Values

CellUpdate

public static final int CellUpdate
See Also:
Constant Field Values

TableStructure

public static final int TableStructure
See Also:
Constant Field Values

TableData

public static final int TableData
See Also:
Constant Field Values

type

protected int type

firstRow

protected int firstRow

lastRow

protected int lastRow

column

protected int column
Constructor Detail

TableModelEvent

public TableModelEvent()
Method Detail

getFirstRow

public int getFirstRow()

setFirstRow

public void setFirstRow(int firstRow)

getLastRow

public int getLastRow()

setLastRow

public void setLastRow(int lastRow)

getColumn

public int getColumn()

setColumn

public void setColumn(int column)

getType

public int getType()

setType

public void setType(int type)


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