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.


Constructor Summary
TreeTableView()
          Deprecated.  
 
Method Summary
 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.
 int getCellSelectorDepth()
          Deprecated. Returns the cell selector depth.
 El getDataEl()
          Deprecated. Returns the data element.
 El getScrollEl()
          Deprecated. Returns the scroll element.
 void resize()
          Deprecated.  
 void setCellSelectorDepth(int cellSelectorDepth)
          Deprecated. The number of levels to search for cells in event delegation (defaults to 10).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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