public class TreeCatProxy
extends java.lang.Object
| Constructor and Description |
|---|
TreeCatProxy() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBranch(TreeCat treecat,
java.lang.String computedValue,
Category cat,
int level) |
java.lang.String |
getEdit(TreeCat treecat,
java.lang.String computedValue,
Category cat) |
java.lang.String |
getHelp(TreeCat treecat,
java.lang.String computedValue,
Category cat) |
java.lang.String |
getNodeIcon(TreeCat treecat,
java.lang.String computedValue,
Category cat,
int level) |
java.lang.String |
getNodeLink(TreeCat treecat,
java.lang.String computedValue,
java.lang.String name,
Category cat,
int pubCount) |
java.lang.String |
getNodeName(TreeCat treecat,
java.lang.String computedValue,
Category cat) |
java.lang.String |
getPortals(TreeCat treecat,
java.lang.String computedValue,
Category cat) |
java.lang.String |
getPubCount(TreeCat treecat,
java.lang.String computedValue,
Category cat,
int pubCount) |
java.lang.String |
getReadablePub(TreeCat treecat,
java.lang.String computedValue,
Category cat) |
java.lang.String |
getRights(TreeCat treecat,
java.lang.String computedValue,
Category cat) |
java.lang.String |
getWidget(TreeCat treecat,
java.lang.String computedValue,
Category cat,
int pubCount) |
java.lang.String |
getWorkspaces(TreeCat treecat,
java.lang.String computedValue,
Category cat) |
void |
initRoot(TreeCat treecat,
Category cat) |
void |
resetRoots(TreeCat treecat) |
public void initRoot(TreeCat treecat, Category cat)
treecat - the TreeCat calling this methodcat - the Category to displaypublic void resetRoots(TreeCat treecat)
treecat - the TreeCat calling this methodpublic java.lang.String getBranch(TreeCat treecat, java.lang.String computedValue, Category cat, int level)
treecat - the TreeCat calling this methodcomputedValue - the value already computed by tha TreeCatcat - the Category to displaylevel - the children level to displayTreeCat.getBranch(Category, int)public java.lang.String getNodeIcon(TreeCat treecat, java.lang.String computedValue, Category cat, int level)
treecat - the TreeCat calling this methodcomputedValue - the value already computed by tha TreeCatcat - the Category to displaylevel - the children level to displaypublic java.lang.String getWidget(TreeCat treecat, java.lang.String computedValue, Category cat, int pubCount)
treecat - the TreeCat calling this methodcomputedValue - the value already computed by tha TreeCatcat - the Category to displaypubCount - the pre computed publication count or 1public java.lang.String getNodeLink(TreeCat treecat, java.lang.String computedValue, java.lang.String name, Category cat, int pubCount)
treecat - the TreeCat calling this methodcomputedValue - the value already computed by tha TreeCatname - the node namecat - the Category to displaypubCount - the pre computed publication count or 1public java.lang.String getNodeName(TreeCat treecat, java.lang.String computedValue, Category cat)
treecat - the TreeCat calling this methodcomputedValue - the value already computed by tha TreeCatcat - the Category to displaypublic java.lang.String getReadablePub(TreeCat treecat, java.lang.String computedValue, Category cat)
treecat - the TreeCat calling this methodcomputedValue - the value already computed by tha TreeCatcat - the Category to displaypublic java.lang.String getPubCount(TreeCat treecat, java.lang.String computedValue, Category cat, int pubCount)
treecat - the TreeCat calling this methodcomputedValue - the value already computed by tha TreeCatcat - the Category to displaypubCount - the pre computed publication count or 1public java.lang.String getRights(TreeCat treecat, java.lang.String computedValue, Category cat)
treecat - the TreeCat calling this methodcomputedValue - the value already computed by tha TreeCatcat - the Category to displaypublic java.lang.String getHelp(TreeCat treecat, java.lang.String computedValue, Category cat)
treecat - the TreeCat calling this methodcomputedValue - the value already computed by tha TreeCatcat - the Category to displaypublic java.lang.String getPortals(TreeCat treecat, java.lang.String computedValue, Category cat)
treecat - the TreeCat calling this methodcomputedValue - the value already computed by tha TreeCatcat - the Category to displaypublic java.lang.String getWorkspaces(TreeCat treecat, java.lang.String computedValue, Category cat)
treecat - the TreeCat calling this methodcomputedValue - the value already computed by tha TreeCatcat - the Category to displayCopyright © 2001-2010 Jalios SA. All Rights Reserved.