简体   繁体   中英

Tree component in JSF

What is a good tree component in JSF. I also want the user to be able to select one (using radiobutton) or more than one node (using checkboxes) from that tree component. Is there any existing component that meets my need?

thanks Vikas

I've used many of the rich faces components and they all work very well. Easy to implement as well. Have a look at http://livedemo.exadel.com/richfaces-demo/richfaces/tree.jsf

Just search for your component from the component based frameworks available here . I have seen tree components developed by ICEFaces. Not sure whether it specifically addresses your needs of using radio/checkbox with tree. Neverthless the demo url available in the above link will help you decide.

Note: I havent used these frameowrks to write production code. So you also need to check for performace issues related to each of these frameworks before choosing one.

请访问我的博客http://blog.jvsystem.pl - richfaces树组件 - 有一个简单的教程如何在richfaces中创建树。

You can try myFaces Tree component if you are using this library in your application. Other option is rich faces tree.

There might be more if you google for better and suitable option for your need.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM