Liferay 6.0.5

com.liferay.portal.sharepoint
Class Tree

java.lang.Object
  extended by com.liferay.portal.sharepoint.Tree
All Implemented Interfaces:
ResponseElement

public class Tree
extends Object
implements ResponseElement


Field Summary
static String CLOSE_UL
           
static String OPEN_UL
           
 
Constructor Summary
Tree()
           
 
Method Summary
 void addChild(ResponseElement node)
           
 String parse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLOSE_UL

public static final String CLOSE_UL
See Also:
Constant Field Values

OPEN_UL

public static final String OPEN_UL
See Also:
Constant Field Values
Constructor Detail

Tree

public Tree()
Method Detail

addChild

public void addChild(ResponseElement node)

parse

public String parse()
Specified by:
parse in interface ResponseElement

Liferay 6.0.5