jquery中EasyUI同步樹的實現(xiàn)代碼

    時間:2024-10-31 04:18:38 jQuery Mobile 我要投稿
    • 相關推薦

    jquery中EasyUI同步樹的實現(xiàn)代碼

      在JS中,將顯示樹的url地址寫成control的地址即可.

      代碼如下:

      @RequestMapping(value = "/tree")

      public void tree(HttpServletRequest request, HttpServletResponse response) throws IOException {

      this.writeJson(response, bookService.getTree());

      }

      dao:

      復制代碼 代碼如下:

      /**

      * 獲取樹

      */

      @Override

      public ListgetTree(){

      try {

      Listtrees = new ArrayList();

      Listroot = this.search(0);

      if(root != null && root.size() > 0){

      for(TBookType tb : root){

      Tree rootnode = this.getNode(tb);

      rootnode.setState("open");

      trees.add(rootnode);

      }

      }

      return trees;

      } catch (Exception e) {

      e.printStackTrace();

      return null;

      }

      }

      /**

      * 遞歸

      */

      private Tree getNode(TBookType node){

      if(node == null){

      return null;

      }

      try {

      Tree treenode = new Tree();

      treenode.setId(String.valueOf(node.getId()));

      treenode.setText(node.getName());

      treenode.setPid(String.valueOf(node.getPid()));

      Listchildren = this.search(node.getId());

      if(children != null && children.size() > 0){

      treenode.setState("closed");

      for(TBookType child : children){

      Tree childnode = this.getNode(child);

      if(childnode != null){

      treenode.getChildren().add(childnode);//遞歸

      }

      }

      }

      return treenode;

      } catch (Exception e) {

      throw new BusinessException("獲取數(shù)據(jù)出錯!", e);

      }

      }

    【jquery中EasyUI同步樹的實現(xiàn)代碼】相關文章:

    關jQuery彈出窗口簡單實現(xiàn)代碼-javascript編程06-07

    jquery提交按鈕的代碼07-28

    基于jQuery的固定表格頭部的代碼08-30

    關于jQuery實現(xiàn)高亮顯示的方法介紹08-20

    JavaScript實現(xiàn)網(wǎng)頁刷新代碼段08-07

    將php實現(xiàn)過濾UBB代碼09-11

    jQuery中prev()方法用法07-16

    jQuery中replaceAll()方法用法10-15

    jQuery中parent()和siblings()的問題10-16

    Java中的動態(tài)代碼編程06-27

    91久久大香伊蕉在人线_国产综合色产在线观看_欧美亚洲人成网站在线观看_亚洲第一无码精品立川理惠

      麻豆亚洲福利电影 | 日本成人手机在线天天看片 | 亚洲中文字字幕在线乱码 | 亚洲乱AV在线免费观看 | 日久精品不卡一区在线观看 | 亚洲成老女aV人在线视 |