public interface TableModel
Modifier and Type | Method and Description |
---|---|
Column |
getColumn(int columnIndex) |
int |
getColumnCount() |
int |
getCurrentIndex() |
Row |
getRow(int rowIndex) |
int |
getRowCount() |
boolean |
isMultipleSelectable() |
void |
setCurrentIndex(int index) |
void |
setSelectedRow(int index) |
void |
sort(Column column) |
int getRowCount()
int getColumnCount()
boolean isMultipleSelectable()
void setCurrentIndex(int index)
int getCurrentIndex()
void setSelectedRow(int index)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.