com.swfm.mica.widgets
Interface MiiVirtualTableRowSource2
- public interface MiiVirtualTableRowSource2
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
getRow
public MiTableCells getRow(int rowNumber)
getNumberOfRows
public int getNumberOfRows()
getNumberOfColumns
public int getNumberOfColumns()
getRowHeaderNames
public Strings getRowHeaderNames()
getColumnHeaderNames
public Strings getColumnHeaderNames()
appendActionHandler
public void appendActionHandler(MiiActionHandler handler)
removeActionHandler
public void removeActionHandler(MiiActionHandler handler)