org.kuali.student.common.ui.client.widgets.table.scroll
Interface TableModel

All Known Implementing Classes:
AbstractTableModel, DefaultTableModel

public interface TableModel


Method Summary
 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)
           
 

Method Detail

getRowCount

int getRowCount()

sort

void sort(Column column)

getRow

Row getRow(int rowIndex)

getColumn

Column getColumn(int columnIndex)

getColumnCount

int getColumnCount()

isMultipleSelectable

boolean isMultipleSelectable()

setCurrentIndex

void setCurrentIndex(int index)

getCurrentIndex

int getCurrentIndex()

setSelectedRow

void setSelectedRow(int index)


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