it.eng.spagobi.presentation.treehtmlgenerators
Class AdminExportTreeHtmlGenerator
java.lang.Object
it.eng.spagobi.presentation.treehtmlgenerators.AdminTreeHtmlGenerator
it.eng.spagobi.presentation.treehtmlgenerators.AdminExportTreeHtmlGenerator
- All Implemented Interfaces:
- ITreeHtmlGenerator
public class AdminExportTreeHtmlGenerator
- extends AdminTreeHtmlGenerator
Implements method to build the tree of objects to export
Method Summary |
private void |
addItemForJSTree(java.lang.StringBuffer htmlStream,
LowFunctionality folder,
boolean isRoot)
|
protected void |
makeJSFunctionForMenu(java.lang.StringBuffer htmlStream)
Add the javascript function to manage the tree context menu, the selection and deselection of a
particular branch |
java.lang.StringBuffer |
makeTree(java.util.List objectsList,
javax.servlet.http.HttpServletRequest httpReq,
java.lang.String initialPath)
Builds the JavaScript object to make the tree. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdminExportTreeHtmlGenerator
public AdminExportTreeHtmlGenerator()
makeTree
public java.lang.StringBuffer makeTree(java.util.List objectsList,
javax.servlet.http.HttpServletRequest httpReq,
java.lang.String initialPath)
- Builds the JavaScript object to make the tree. All code is appended into a
String Buffer, which is then returned.
- Specified by:
makeTree
in interface ITreeHtmlGenerator
- Overrides:
makeTree
in class AdminTreeHtmlGenerator
- Parameters:
objectsList
- The list of objects and functionalitieshttpReq
- The http Servlet RequestinitialPath
- The tree initial path- See Also:
AdminTreeHtmlGenerator#makeTree(it.eng.spago.base.SourceBean,javax.servlet.http.HttpServletRequest)
addItemForJSTree
private void addItemForJSTree(java.lang.StringBuffer htmlStream,
LowFunctionality folder,
boolean isRoot)
makeJSFunctionForMenu
protected void makeJSFunctionForMenu(java.lang.StringBuffer htmlStream)
- Add the javascript function to manage the tree context menu, the selection and deselection of a
particular branch