com.zwares.base.html.table
Class HDefaultTableModel

java.lang.Object
  |
  +--com.zwares.base.html.table.HTableModel
        |
        +--com.zwares.base.html.table.HDefaultTableModel

public class HDefaultTableModel
extends HTableModel


Constructor Summary
HDefaultTableModel(java.lang.String[][] data)
           
 
Method Summary
 java.lang.String getColumn(int row, int column)
           
 int getColumnCount()
           
 int getColumnWidth(int col)
           
 int getRowCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HDefaultTableModel

public HDefaultTableModel(java.lang.String[][] data)
Method Detail

getColumn

public java.lang.String getColumn(int row,
                                  int column)
Specified by:
getColumn in class HTableModel

getRowCount

public int getRowCount()
Specified by:
getRowCount in class HTableModel

getColumnCount

public int getColumnCount()
Specified by:
getColumnCount in class HTableModel

getColumnWidth

public int getColumnWidth(int col)
Specified by:
getColumnWidth in class HTableModel