JIDE 3.5.15

com.jidesoft.grid
Interface CategorizedTableModel

All Known Implementing Classes:
AbstractPropertyTableModel, PropertyTableModel, TransposeTableModel

public interface CategorizedTableModel

CategoriedTableModel is used in CategorizedTable. It has information about which row is category row.


Method Summary
 boolean isCategoryRow(int rowIndex)
          Checks if the row at rowIndex is a category row.
 

Method Detail

isCategoryRow

boolean isCategoryRow(int rowIndex)
Checks if the row at rowIndex is a category row.

Parameters:
rowIndex - the index of the row to be checked.
Returns:
true if the row at rowIndex is a category row.

JIDE 3.5.15