[jira] [Commented] (TAP5-1562) Tree leafs are not selectable

2011-07-07 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/TAP5-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061532#comment-13061532
 ] 

Hudson commented on TAP5-1562:
--

Integrated in tapestry-trunk-freestyle #411 (See 
[https://builds.apache.org/job/tapestry-trunk-freestyle/411/])
TAP5-1562: Introduced TreeSelectionModel.

drobiazko : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1143969
Files : 
* 
/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/tree/DefaultTreeExpansionModel.java
* 
/tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/TreeTests.groovy
* 
/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Tree.java
* 
/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/tree/TreeSelectionModel.java
* 
/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/tree/TreeExpansionModel.java
* 
/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/tree/DefaultTreeSelectionModel.java


> Tree leafs are not selectable
> -
>
> Key: TAP5-1562
> URL: https://issues.apache.org/jira/browse/TAP5-1562
> Project: Tapestry 5
>  Issue Type: Bug
>  Components: tapestry-core
>Affects Versions: 5.3
>Reporter: Igor Drobiazko
>Assignee: Igor Drobiazko
> Fix For: 5.3
>
>
> Currently it's not possible to select/unselect leaf nodes. This limitation 
> makes the Tree component unusable as the only way to interact with is to 
> expand nodes. A common use case for a tree is to execute some logic upon a 
> leaf selection. We should fix it before 5.3 goes final.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (TAP5-1562) Tree leafs are not selectable

2011-07-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/TAP5-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13058780#comment-13058780
 ] 

Hudson commented on TAP5-1562:
--

Integrated in tapestry-trunk-freestyle #401 (See 
[https://builds.apache.org/job/tapestry-trunk-freestyle/401/])
TAP5-1562: Made tree leafs selectable

drobiazko : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1142070
Files : 
* 
/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tree.js
* 
/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/tree/DefaultTreeExpansionModel.java
* 
/tapestry/tapestry5/trunk/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/TreeTests.groovy
* 
/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/EventConstants.java
* 
/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Tree.java
* 
/tapestry/tapestry5/trunk/tapestry-core/src/main/resources/org/apache/tapestry5/tree.css
* 
/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/tree/TreeExpansionModel.java


> Tree leafs are not selectable
> -
>
> Key: TAP5-1562
> URL: https://issues.apache.org/jira/browse/TAP5-1562
> Project: Tapestry 5
>  Issue Type: Bug
>  Components: tapestry-core
>Affects Versions: 5.3.0
>Reporter: Igor Drobiazko
>Assignee: Igor Drobiazko
> Fix For: 5.3.1
>
>
> Currently it's not possible to select/unselect leaf nodes. This limitation 
> makes the Tree component unusable as the only way to interact with is to 
> expand nodes. A common use case for a tree is to execute some logic upon a 
> leaf selection. We should fix it before 5.3 goes final.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (TAP5-1562) Tree leafs are not selectable

2011-06-27 Thread Igor Drobiazko (JIRA)

[ 
https://issues.apache.org/jira/browse/TAP5-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13055640#comment-13055640
 ] 

Igor Drobiazko commented on TAP5-1562:
--

Actually I was thinking about selecting a leaf by clicking on it. 

> Tree leafs are not selectable
> -
>
> Key: TAP5-1562
> URL: https://issues.apache.org/jira/browse/TAP5-1562
> Project: Tapestry 5
>  Issue Type: Bug
>  Components: tapestry-core
>Affects Versions: 5.3.0
>Reporter: Igor Drobiazko
>
> Currently it's not possible to select/unselect leaf nodes. This limitation 
> makes the Tree component unusable as the only way to interact with is to 
> expand nodes. A common use case for a tree is to execute some logic upon a 
> leaf selection. We should fix it before 5.3 goes final.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (TAP5-1562) Tree leafs are not selectable

2011-06-27 Thread Howard M. Lewis Ship (JIRA)

[ 
https://issues.apache.org/jira/browse/TAP5-1562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13055628#comment-13055628
 ] 

Howard M. Lewis Ship commented on TAP5-1562:


Selection would be nice; I've done that in a tree component for a client.  You 
could override the block that renders the tree elements to include a checkbox, 
but that's a bit too roll-your-own.

> Tree leafs are not selectable
> -
>
> Key: TAP5-1562
> URL: https://issues.apache.org/jira/browse/TAP5-1562
> Project: Tapestry 5
>  Issue Type: Bug
>  Components: tapestry-core
>Affects Versions: 5.3.0
>Reporter: Igor Drobiazko
>
> Currently it's not possible to select/unselect leaf nodes. This limitation 
> makes the Tree component unusable as the only way to interact with is to 
> expand nodes. A common use case for a tree is to execute some logic upon a 
> leaf selection. We should fix it before 5.3 goes final.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira