|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.widget.treetable.TreeTableView
TreeGrid
public class TreeTableView
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 |
---|
protected java.lang.String baseStyle
protected java.lang.String overStyle
protected java.lang.String selStyle
protected java.lang.String cellStyle
protected java.lang.String cellOverflowStyle
protected java.lang.String textStyle
protected java.lang.String widgetStyle
protected java.lang.String cellSelector
protected TableColumnModel cm
protected com.google.gwt.user.client.Element treeDiv
protected El scrollEl
protected El dataEl
protected TreeTable treeTable
protected int scrollBarWidth
Constructor Detail |
---|
public TreeTableView()
Method Detail |
---|
public com.google.gwt.user.client.Element findCell(com.google.gwt.user.client.Element elem)
elem
- the cell element or any child element
public int findCellIndex(com.google.gwt.user.client.Element elem)
elem
- the row element
public El getDataEl()
public El getScrollEl()
public void resize()
public void setCellSelectorDepth(int cellSelectorDepth)
cellSelectorDepth
- the cell selector depthpublic int getCellSelectorDepth()
protected void applyCellStyles(TreeTableItem item)
protected com.google.gwt.user.client.Element getCell(TableItem item, int cell)
protected int getCellIndex(com.google.gwt.user.client.Element elem)
protected com.google.gwt.user.client.Element getTextCellElement(TreeTableItem item, int cell)
protected void init(TreeTable treeTable)
protected void processRows()
protected void render()
protected void renderItemValue(TreeTableItem item, int index, java.lang.Object value)
protected void resizeCells(int columnIndex)
protected void setCellStyle(TreeTableItem item, int index, java.lang.String style)
protected void showColumn(int columnIndex, boolean show)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |