|
||||||||||
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 |
setRootVisible(boolean isRootVisible)
Flag to control the visibility of the root node. |
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 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |