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

java.lang.Object
  extended by com.extjs.gxt.ui.client.widget.treetable.TreeTableView

Deprecated. see @link TreeGrid

public class TreeTableView
extends java.lang.Object

This class encapsulates the user interface of a TreeTable.


Field Summary
protected  java.lang.String baseStyle
          Deprecated.  
protected  java.lang.String cellOverflowStyle
          Deprecated.  
protected  java.lang.String cellSelector
          Deprecated.  
protected  java.lang.String cellStyle
          Deprecated.  
protected  TableColumnModel cm
          Deprecated.  
protected  El dataEl
          Deprecated.  
protected  java.lang.String overStyle
          Deprecated.  
protected  int scrollBarWidth
          Deprecated.  
protected  El scrollEl
          Deprecated.  
protected  java.lang.String selStyle
          Deprecated.  
protected  java.lang.String textStyle
          Deprecated.  
protected  com.google.gwt.user.client.Element treeDiv
          Deprecated.  
protected  TreeTable treeTable
          Deprecated.  
protected  java.lang.String widgetStyle
          Deprecated.  
 
Constructor Summary
TreeTableView()
          Deprecated.  
 
Method Summary
protected  void applyCellStyles(TreeTableItem item)
          Deprecated.  
 com.google.gwt.user.client.Element findCell(com.google.gwt.user.client.Element elem)
          Deprecated. Returns the cell.
 int findCellIndex(com.google.gwt.user.client.Element elem)
          Deprecated. Returns the elements cell index.
protected  com.google.gwt.user.client.Element getCell(TableItem item, int cell)
          Deprecated.  
protected  int getCellIndex(com.google.gwt.user.client.Element elem)
          Deprecated.  
 int getCellSelectorDepth()
          Deprecated. Returns the cell selector depth.
 El getDataEl()
          Deprecated. Returns the data element.
 El getScrollEl()
          Deprecated. Returns the scroll element.
protected  com.google.gwt.user.client.Element getTextCellElement(TreeTableItem item, int cell)
          Deprecated.  
protected  void init(TreeTable treeTable)
          Deprecated.  
protected  void processRows()
          Deprecated.  
protected  void render()
          Deprecated.  
protected  void renderItemValue(TreeTableItem item, int index, java.lang.Object value)
          Deprecated.  
 void resize()
          Deprecated.  
protected  void resizeCells(int columnIndex)
          Deprecated.  
 void setCellSelectorDepth(int cellSelectorDepth)
          Deprecated. The number of levels to search for cells in event delegation (defaults to 10).
protected  void setCellStyle(TreeTableItem item, int index, java.lang.String style)
          Deprecated.  
protected  void showColumn(int columnIndex, boolean show)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

baseStyle

protected java.lang.String baseStyle
Deprecated. 

overStyle

protected java.lang.String overStyle
Deprecated. 

selStyle

protected java.lang.String selStyle
Deprecated. 

cellStyle

protected java.lang.String cellStyle
Deprecated. 

cellOverflowStyle

protected java.lang.String cellOverflowStyle
Deprecated. 

textStyle

protected java.lang.String textStyle
Deprecated. 

widgetStyle

protected java.lang.String widgetStyle
Deprecated. 

cellSelector

protected java.lang.String cellSelector
Deprecated. 

cm

protected TableColumnModel cm
Deprecated. 

treeDiv

protected com.google.gwt.user.client.Element treeDiv
Deprecated. 

scrollEl

protected El scrollEl
Deprecated. 

dataEl

protected El dataEl
Deprecated. 

treeTable

protected TreeTable treeTable
Deprecated. 

scrollBarWidth

protected int scrollBarWidth
Deprecated. 
Constructor Detail

TreeTableView

public TreeTableView()
Deprecated. 
Method Detail

findCell

public com.google.gwt.user.client.Element findCell(com.google.gwt.user.client.Element elem)
Deprecated. 
Returns the cell.

Parameters:
elem - the cell element or any child element
Returns:
the cell or null if not match

findCellIndex

public int findCellIndex(com.google.gwt.user.client.Element elem)
Deprecated. 
Returns the elements cell index.

Parameters:
elem - the row element
Returns:
the cell index or -1 if not match

getDataEl

public El getDataEl()
Deprecated. 
Returns the data element.

Returns:
the data elemnt

getScrollEl

public El getScrollEl()
Deprecated. 
Returns the scroll element.

Returns:
the scroll element

resize

public void resize()
Deprecated. 

setCellSelectorDepth

public void setCellSelectorDepth(int cellSelectorDepth)
Deprecated. 
The number of levels to search for cells in event delegation (defaults to 10).

Parameters:
cellSelectorDepth - the cell selector depth

getCellSelectorDepth

public int getCellSelectorDepth()
Deprecated. 
Returns the cell selector depth.

Returns:
the cell selector depth

applyCellStyles

protected void applyCellStyles(TreeTableItem item)
Deprecated. 

getCell

protected com.google.gwt.user.client.Element getCell(TableItem item,
                                                     int cell)
Deprecated. 

getCellIndex

protected int getCellIndex(com.google.gwt.user.client.Element elem)
Deprecated. 

getTextCellElement

protected com.google.gwt.user.client.Element getTextCellElement(TreeTableItem item,
                                                                int cell)
Deprecated. 

init

protected void init(TreeTable treeTable)
Deprecated. 

processRows

protected void processRows()
Deprecated. 

render

protected void render()
Deprecated. 

renderItemValue

protected void renderItemValue(TreeTableItem item,
                               int index,
                               java.lang.Object value)
Deprecated. 

resizeCells

protected void resizeCells(int columnIndex)
Deprecated. 

setCellStyle

protected void setCellStyle(TreeTableItem item,
                            int index,
                            java.lang.String style)
Deprecated. 

showColumn

protected void showColumn(int columnIndex,
                          boolean show)
Deprecated.