public interface TTableListener extends PageListener
Modifier and Type | Method and Description |
---|---|
boolean |
beforeCellValueChanged(java.util.Vector rowData,
int columnIndex,
java.lang.Object oldValue,
java.lang.Object newValue)
Called before cell value is changed
|
void |
lockedChanged()
Called when tableModel locked state is changed
|
void |
rowClicked(int clickCount,
java.util.Vector rowData,
int columnIndex)
Called when row is double clicked
|
void |
rowSelectionChanged(java.util.List selectedRows,
boolean isSelectionAdjusting)
Called when selected row changes
|
void |
tableDataChanged(TTableModelEvent e)
Called when table data is changed.
|
pageChanged
void rowClicked(int clickCount, java.util.Vector rowData, int columnIndex)
clickCount
- rowData
- row data of the double clicked rowcolumnIndex
- index of the column that is double clickedvoid rowSelectionChanged(java.util.List selectedRows, boolean isSelectionAdjusting)
selectedRows
- all current selected rowsisSelectionAdjusting
- true if mouse is still be pressed.boolean beforeCellValueChanged(java.util.Vector rowData, int columnIndex, java.lang.Object oldValue, java.lang.Object newValue)
rowData
- row data that is will be changedcolumnIndex
- column indexoldValue
- old valuenewValue
- new valuevoid lockedChanged()
void tableDataChanged(TTableModelEvent e)
e
- Copyright © 2002 - 2010 Serva Software. All Rights Reserved.