org.kuali.student.common.ui.client.widgets.table.scroll
Class TableModelEvent
java.lang.Object
org.kuali.student.common.ui.client.widgets.table.scroll.TableModelEvent
public class TableModelEvent
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
TableModelEvent
public TableModelEvent()
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 © 2007-2011 The Kuali Foundation. All Rights Reserved.