com.jidesoft.grid
Interface HierarchicalTableSupport
- All Known Implementing Classes:
- HierarchicalTable, NavigationHierarchicalTable
public interface HierarchicalTableSupport
Please do not use this interface for now as we are still changing it to support some enhancements.
isActualRowExpanded
boolean isActualRowExpanded(int actualRow)
isExpanded
boolean isExpanded(int row)
toggleRow
void toggleRow(int row)
expandRow
void expandRow(int row)
collapseRow
void collapseRow(int row)
refreshRow
void refreshRow(int row)
collapseAllRows
void collapseAllRows()
expandAllRows
void expandAllRows()
getActualRowHeight
int getActualRowHeight(int row)
setActualRowHeight
void setActualRowHeight(int row,
int rowHeight)
getHierarchicalColumnViewIndex
int getHierarchicalColumnViewIndex()
setHierarchicalColumn
void setHierarchicalColumn(int column)
getHierarchicalColumn
int getHierarchicalColumn()
getHorizontalLegPosition
int getHorizontalLegPosition(int rowHeight)