public interface TableViewModel
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addTableViewModelListener(TableViewModelListener pListener)
Adds a listener to the list that is notified each time a change
to the data model occurs.
|
TableViewColumn[] |
getColumns()
Gets the columns
|
int |
getRowCount()
Returns the number of rows.
|
Object |
getRowObject(int pRowIndex)
Returns the Object represent the row.
|
void |
removeTableViewModelListener(TableViewModelListener pListener)
Removes a listener from the list that is notified each time a
change to the data model occurs.
|
TableViewColumn[] getColumns()
int getRowCount()
Object getRowObject(int pRowIndex)
pRowIndex - the row whose value is to be queriedvoid addTableViewModelListener(TableViewModelListener pListener)
pListener - the TableModelListenervoid removeTableViewModelListener(TableViewModelListener pListener)
pListener - the TableModelListenerCopyright © 2023 onecode. All rights reserved.