/**
* @constructor
*/
function XUIRadialTree() {
}

XUIRadialTree.prototype = {

    //组件
    /**
    "tooltip":{
          "title":"提示框",
          "name":"tooltip",
          "type":"PUITooltipInterface",
          "index":0
        }*/

    /**
    "tree":{
          "title":"树图",
          "name":"tree",
          "type":"PUITreeInterface",
          "index":0
        }*/


    //接口
    /**
    * 删除所有数据
    */
    ClearAllData:function () {
    },

}