it.eng.spagobi.utilities.javascript
Interface IJsTreeBuilder

All Known Implementing Classes:
BaseJsTreeBuilder, QbeConditionJsTreeBuilder, QbeJoinJsTreeBuilder, QbeJoinWithFatherQueryJsTreeBuilder, QbeJsTreeBuilder, QbeSelectJsTreeBuilder

public interface IJsTreeBuilder

Interface of classes that can build a java script dTree object. By contract class of this type have only to create the tree and build its structure. The importation of the dTree.js script and all of css files used to render it should be handled separatly by the caller.

Author:
Gioia

Method Summary
 java.lang.String build()
           
 

Method Detail

build

java.lang.String build()