Package | Description |
---|---|
org.gwt.advanced.client.ui.widget |
Modifier and Type | Method and Description |
---|---|
protected TreeCell |
TreeGrid.getTreeCell(int row)
This renderer returns a tree cell for the specified row.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TreeGrid.collapseCell(TreeCell cell)
This method collapses the specified cell.
|
protected boolean |
TreeGridRenderer.drawPager(TreeCell cell)
This method renders a pager associated with the parent row.
|
protected void |
TreeGridRenderer.drawSubtree(TreeCell parent)
Draws a subtree that belongs to the specified parent.
|
protected void |
TreeGrid.expandCell(TreeCell cell)
This method expands the specified cell.
|
protected int |
TreeGridRenderer.removeSubtree(TreeCell parent)
Removes a subtree that belongs to the specified parent.
|
Copyright © 2008–2013. All rights reserved.