com.extjs.gxt.ui.client.widget.treetable
Class TreeTableColumnModel

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseObservable
      extended by com.extjs.gxt.ui.client.widget.table.TableColumnModel
          extended by com.extjs.gxt.ui.client.widget.treetable.TreeTableColumnModel
All Implemented Interfaces:
Observable

Deprecated. see @link TreeGrid

public class TreeTableColumnModel
extends TableColumnModel

ColumnModel used by the TreeTable.

Events:
Resize : (this,widget,index)
Fires after a column is resized.


Field Summary
 
Fields inherited from class com.extjs.gxt.ui.client.widget.table.TableColumnModel
columns, table
 
Constructor Summary
TreeTableColumnModel(java.util.List<TreeTableColumn> columns)
          Deprecated. Constructs a new instance.
 
Method Summary
protected  int getVariableColumnCount()
          Deprecated.  
protected  int getVariableWidth()
          Deprecated.  
protected  int getWidthInPixels(int index)
          Deprecated.  
protected  void setWidthAsPercent(int index, float width)
          Deprecated.  
 
Methods inherited from class com.extjs.gxt.ui.client.widget.table.TableColumnModel
getColumn, getColumn, getColumnCount, getColumns, getTable, getTotalWidth, getVisibleColumnCount, indexOf, setColumnWidth, setTable
 
Methods inherited from class com.extjs.gxt.ui.client.event.BaseObservable
addListener, callListener, fireEvent, fireEvent, getFiresEvents, getListeners, hasActiveEvent, hasListeners, hasListeners, removeAllListeners, removeListener, setFiresEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeTableColumnModel

public TreeTableColumnModel(java.util.List<TreeTableColumn> columns)
Deprecated. 
Constructs a new instance.

Method Detail

getVariableColumnCount

protected int getVariableColumnCount()
Deprecated. 
Overrides:
getVariableColumnCount in class TableColumnModel

getVariableWidth

protected int getVariableWidth()
Deprecated. 
Overrides:
getVariableWidth in class TableColumnModel

getWidthInPixels

protected int getWidthInPixels(int index)
Deprecated. 
Overrides:
getWidthInPixels in class TableColumnModel

setWidthAsPercent

protected void setWidthAsPercent(int index,
                                 float width)
Deprecated. 
Overrides:
setWidthAsPercent in class TableColumnModel