|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DisplayTreeTag
A top level tag to graphically display an AIDA ITree.
Method Summary | |
---|---|
void |
setFolderHref(String folderHref)
Set the href link to which the folder nodes should point to. |
void |
setLeafHref(String leafHref)
Set the href link to which the leaf nodes should point to. |
void |
setRootLabel(String rootLabel)
Set the label to display for the root node, default is "/". |
void |
setRootVisible(boolean isRootVisible)
Flag to control the visibility of the root node. |
void |
setShowFolderHrefForNodesWithLeavesOnly(boolean showFolderHrefForNodesWithLeavesOnly)
If set to true folderHref is added only to the folders with
that have direct leaf nodes (not recursive!) |
void |
setShowItemCount(boolean showItemCount)
If set to true next to each folder the number of children
will be written. |
void |
setStoreName(String storeName)
Set name of the AIDA store to be displayed. |
Method Detail |
---|
void setStoreName(String storeName)
storeName
- The name of the AIDA store.void setLeafHref(String leafHref)
leafHref
- The leaf href.void setFolderHref(String folderHref)
folderHref
- The folder href.void setRootVisible(boolean isRootVisible)
isRootVisible
- If true
the root node appears in the tree.void setRootLabel(String rootLabel)
rootLabel
- Label to display for the root node (it it is visible)void setShowItemCount(boolean showItemCount)
true
next to each folder the number of children
will be written.
showItemCount
- Set to true
to view the number of children in a folder.void setShowFolderHrefForNodesWithLeavesOnly(boolean showFolderHrefForNodesWithLeavesOnly)
true
folderHref is added only to the folders with
that have direct leaf nodes (not recursive!)
showFolderHrefForNodesWithLeavesOnly
- Set to true
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |