wt.templateutil.table
Class TreeTableModel

java.lang.Object
  extended bywt.templateutil.table.RowDataTableModel
      extended bywt.templateutil.table.TreeTableModel
All Implemented Interfaces:
AddColumn, ColumnIdentifier, Serializable, TableHeaderSetter, TableModel, TableModelStub

public class TreeTableModel
extends RowDataTableModel
implements Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
private  Map classCache
           
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.templateutil.table.RowDataTableModel
 
Constructor Summary
TreeTableModel()
           
 
Method Summary
private  boolean classHasProperty(Class nextClass, String propertyName)
           
 Object getValueAt(int rowIndex, int columnIndex)
          Deprecated.  
 
Methods inherited from class wt.templateutil.table.RowDataTableModel
addColumn, addTableModelListener, getColumnClass, getColumnClasses, getColumnCount, getColumnName, getColumnName, getIdentifier, getLocale, getParentClass, getRowCount, getRowDataObjects, getSetValues, getTableColumns, getWtAttribute, getWTAttribute, isCellEditable, newWTAttribute, removeTableModelListener, setHeaderFromResource, setHeaderFromTargetClass, setLocale, setRowDataObjects, setSetValues, setTableColumns, setValueAt, setWTAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

classCache

private Map classCache
Constructor Detail

TreeTableModel

public TreeTableModel()
Method Detail

getValueAt

public Object getValueAt(int rowIndex,
                         int columnIndex)
Deprecated.  



Supported API: true

Specified by:
getValueAt in interface TableModelStub
Overrides:
getValueAt in class RowDataTableModel
Parameters:
rowIndex -
columnIndex -
Returns:
Object

classHasProperty

private boolean classHasProperty(Class nextClass,
                                 String propertyName)