You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org> on 2007/11/19 18:04:43 UTC

[jira] Created: (TRINIDAD-828) New attribute of "initiallyExpanded" on tree and treeTable

New attribute of "initiallyExpanded" on tree and treeTable
----------------------------------------------------------

                 Key: TRINIDAD-828
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-828
             Project: MyFaces Trinidad
          Issue Type: Improvement
          Components: Components
    Affects Versions: 1.0.4-core
            Reporter: Andrew Robinson
            Assignee: Andrew Robinson
            Priority: Minor


There is currently no declarative method to have all the nodes of a tree and treeTable expanded the first time the component is rendered.

I plan to fix this by adding a new property "initiallyExpanded" to UIXTree. The first time the tree is rendered, if the flag is set, the addAll method on the RowKeySet can be used to expand all the rows.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TRINIDAD-828) New attribute of "initiallyExpanded" on tree and treeTable

Posted by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Robinson resolved TRINIDAD-828.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.5-core

Committed revision 596534.

> New attribute of "initiallyExpanded" on tree and treeTable
> ----------------------------------------------------------
>
>                 Key: TRINIDAD-828
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-828
>             Project: MyFaces Trinidad
>          Issue Type: Improvement
>          Components: Components
>    Affects Versions: 1.0.4-core
>            Reporter: Andrew Robinson
>            Assignee: Andrew Robinson
>            Priority: Minor
>             Fix For: 1.0.5-core
>
>
> There is currently no declarative method to have all the nodes of a tree and treeTable expanded the first time the component is rendered.
> I plan to fix this by adding a new property "initiallyExpanded" to UIXTree. The first time the tree is rendered, if the flag is set, the addAll method on the RowKeySet can be used to expand all the rows.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.