|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.plumtree.remote.sci.SciTreeElement
Represents an element that displays a tree view of directories (for example, a file system or database).
| Constructor Summary | |
SciTreeElement(ITreeIterator treeIterator,
java.lang.String formName,
java.lang.String formValue,
java.lang.String repostLocation,
java.lang.String repostRoot,
java.lang.String rootDisplayName,
boolean chooseRoot,
java.lang.String rootImage,
java.lang.String emptyMessage,
java.lang.String noSelectionMessage,
int columns)
Valued Constructor |
|
| Method Summary | |
org.w3c.dom.Node |
getRootNode()
Gets the root Node to add to the page. |
java.lang.String |
toString()
Writes the element to a string for debugging. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SciTreeElement(ITreeIterator treeIterator,
java.lang.String formName,
java.lang.String formValue,
java.lang.String repostLocation,
java.lang.String repostRoot,
java.lang.String rootDisplayName,
boolean chooseRoot,
java.lang.String rootImage,
java.lang.String emptyMessage,
java.lang.String noSelectionMessage,
int columns)
treeIterator - iterator for particular directoryformName - name of the field; should be uppercase as the portal will uppercase all names in the NamedValue[] returned by IAdminEditor.finalize().formValue - the default field valuerepostLocation - the location to repost to (for example, a subfolder)repostRoot - the programmatic name of the root locationrootDisplayName - the display name of the root locationchooseRoot - whether or not the root is selectablerootImage - the image to display for for the rootemptyMessage - the JavaScript message to display if there are no Nodes
in this 'folder'noSelectionMessage - the JavaScript message to display if nothing is selectedcolumns - the number of columns to display| Method Detail |
public org.w3c.dom.Node getRootNode()
Node to add to the page.
getRootNode in interface ISciElementNodepublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©2008 Oracle® Corporation. All Rights Reserved.