Modifier and Type | Method and Description |
---|---|
ITreeModel |
TreeView.getTreeModel()
Returns the treeModel.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeView.setTreeModel(ITreeModel treeModel)
Sets the treeModel.
|
void |
TreeDataView.walkTree(java.lang.Object objParent,
java.lang.Object objParentUID,
int nDepth,
ITreeModel objTreeModel,
org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle,
int nRowPossiotionType,
int[] arrConnectImages,
boolean bLast) |
Modifier and Type | Method and Description |
---|---|
void |
TreeTableDataView.walkTree(java.util.ArrayList arrAllExpandedNodes,
java.lang.Object objParent,
java.lang.Object objParentUID,
int nDepth,
ITreeModel objTreeModel,
int nRowPossiotionType,
int[] arrConnectImages,
boolean bLast) |
Modifier and Type | Method and Description |
---|---|
ITreeModel |
ITreeSessionStateManager.getModel(java.lang.Object objSessionState) |
ITreeModel |
ITreeModelSource.getTreeModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ITreeSessionStateManager.getSessionState(ITreeModel objModel) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTreeModel |
Modifier and Type | Method and Description |
---|---|
ITreeModel |
FullTreeSessionStateManager.getModel(java.lang.Object objSessionState) |
ITreeModel |
NullSessionStateManager.getModel(java.lang.Object objSessionState) |
ITreeModel |
SimpleSessionStateManager.getModel(java.lang.Object objSessionState) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
FullTreeSessionStateManager.getSessionState(ITreeModel objModel) |
java.lang.Object |
NullSessionStateManager.getSessionState(ITreeModel objModel) |
java.lang.Object |
SimpleSessionStateManager.getSessionState(ITreeModel objModel) |