Changes between Version 6 and Version 7 of SopUseJQuerytree


Ignore:
Timestamp:
2012-01-11T10:44:43+01:00 (12 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SopUseJQuerytree

    v6 v7  
    2828
    2929* You will probably need a function like addingObjectsToTree which will actually create the JQueryTreeViewElemen and fill the JQueryTreeView. 
    30 *For the purposes of the measurements tree in LLcatalogueTree plugin(/molgenis_apps/apps/lifelines/plugins/LLcatalogueTree)  we have instantiated the JQuery tree  in public class JQueryTreeViewElementMeasurement extends JQueryTreeViewElement{ where the elements of the tree are measurements.
     30* For the purposes of the measurements tree in LLcatalogueTree plugin(/molgenis_apps/apps/lifelines/plugins/LLcatalogueTree)  we have instantiated the JQuery tree  in public class JQueryTreeViewElementMeasurement extends JQueryTreeViewElement{ where the elements of the tree are measurements.
    3131* There is an example in LLcatalogueTree       
     32
     33{{{
    3234public void addingMeasurementTotree(List<String> c
    33 Also public String getTreeView() { return treeView.toHtml(); } will call render the tree in your ftl.
     35}}}
     36* Also public String getTreeView() { return treeView.toHtml(); } will call render the tree in your ftl.