[richfaces-issues] [JBoss JIRA] Created: (RF-7501) HtmlPanelMenu should support recursive node adaptor

arne anka (JIRA) jira-events at lists.jboss.org
Thu Jul 9 05:21:29 EDT 2009


HtmlPanelMenu should support recursive node adaptor
---------------------------------------------------

                 Key: RF-7501
                 URL: https://jira.jboss.org/jira/browse/RF-7501
             Project: RichFaces
          Issue Type: Feature Request
          Components: component-menu
            Reporter: arne anka


i'd like to use HtmlPanelMenu to display a rather big structure like below where the nodes reach about 300 and take a considerable lot of time to create the menu from scratch.
my idea was to create the deeper levels (Level B and Level C nodes) only when the Level A node is expaned, like one can do with rich:tree and rich:recursiveTreeNodesAdaptor -- but there's not really a way to do that.
thus, having some kind like treeNodesRecursiveAdaptor would make live certainly easier.
imo all of these expandable structures should by default support an model or adaptor or whatever it is called.

Level A
 |--Level B
    |--Level C
    |--Level C
    |--Level C
 |--Level B
    |--Level C
    |--Level C
Level A
 |--Level B
    |--Level C
    |--Level C
    |--Level C
 |--Level B
    |--Level C
    |--Level C


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list