com.swfm.mica.widgets
Interface MiiVirtualTreeTableRowSourceModifier

All Known Implementing Classes:
MiFileSystemExplorerWidget

public interface MiiVirtualTreeTableRowSourceModifier

This class supports the 'virtual' table, which is called virtual by virtue of it building only the visible rows of the table at one time - instead of the whole table at once - which scales better and is more efficient, though less flexible.

Version:
%I% %G%
Author:
Michael L. Davis

Method Summary
 void expandRow(int virtualRowNumber)
           
 void toggleRowExpansion(int virtualRowNumber)
           
 

Method Detail

expandRow

public void expandRow(int virtualRowNumber)

toggleRowExpansion

public void toggleRowExpansion(int virtualRowNumber)