|
||||||||||
| 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 (e.g., 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. The formName should be uppercase as the portal will uppercase all names in the NamedValue[] returned by IAdminEditor.finalize(). * @param formValue default field valuerepostLocation - location to repost to (e.g., a subfolder)repostRoot - programmatic name of root locationrootDisplayName - display name of root locationchooseRoot - whether or not root is selectablerootImage - image to display for for rootemptyMessage - JavaScript message to display if there are no Nodes
in this 'folder'noSelectionMessage - JavaScript message to display if nothing is selectedcolumns - 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 ©2007 BEA Systems, Inc. All Rights Reserved.