You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Per Newgro (JIRA)" <ji...@apache.org> on 2008/02/29 11:18:51 UTC

[jira] Created: (WICKET-1384) TreeTable should support MultilineLabel for NodeLink

TreeTable should support MultilineLabel for NodeLink
----------------------------------------------------

                 Key: WICKET-1384
                 URL: https://issues.apache.org/jira/browse/WICKET-1384
             Project: Wicket
          Issue Type: New Feature
          Components: wicket-extensions
    Affects Versions: 1.3.0-final
         Environment: Windows, Jboss-4.2.2, Tomcat 5.5
            Reporter: Per Newgro


I have to present multiple words which can't be displayed in the width of a single tree table node row.
Thus i added code for switching to MultiLineLabel.

1st improvement: could be that the newNodeLink component creation can be overwritten.
2nd improvement: make css-layout flexible for changing height (auto)

If improvement are not required at least at the end of this issue i would like to know how i could solve the problem.

I have a sample project - i try to add it here (but dont know how yet :-)

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


[jira] Commented: (WICKET-1384) TreeTable should support MultilineLabel for NodeLink

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582393#action_12582393 ] 

Matej Knopp commented on WICKET-1384:
-------------------------------------

>2nd improvement: make css-layout flexible for changing height (auto)   
This pretty much means rewriting the treetable as table based. It sure will happen but will require quite some free time of mine

> TreeTable should support MultilineLabel for NodeLink
> ----------------------------------------------------
>
>                 Key: WICKET-1384
>                 URL: https://issues.apache.org/jira/browse/WICKET-1384
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-final
>         Environment: Windows, Jboss-4.2.2, Tomcat 5.5
>            Reporter: Per Newgro
>            Assignee: Matej Knopp
>             Fix For: 1.5-M1
>
>         Attachments: MultiLinieTreeTable.zip
>
>
> I have to present multiple words which can't be displayed in the width of a single tree table node row.
> Thus i added code for switching to MultiLineLabel.
> 1st improvement: could be that the newNodeLink component creation can be overwritten.
> 2nd improvement: make css-layout flexible for changing height (auto)
> If improvement are not required at least at the end of this issue i would like to know how i could solve the problem.
> I have a sample project - i try to add it here (but dont know how yet :-)

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


[jira] Commented: (WICKET-1384) TreeTable should support MultilineLabel for NodeLink

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594822#action_12594822 ] 

Matej Knopp commented on WICKET-1384:
-------------------------------------

The problem is flexible layout. This would mean rewriting entire treetable to use table-based layout. Definitely on my todo-list for 1.5, (unless I decide to put inmethod treegrid to extensions instead; but maybe there's room for both treetable and treegrid)

> TreeTable should support MultilineLabel for NodeLink
> ----------------------------------------------------
>
>                 Key: WICKET-1384
>                 URL: https://issues.apache.org/jira/browse/WICKET-1384
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-final
>         Environment: Windows, Jboss-4.2.2, Tomcat 5.5
>            Reporter: Per Newgro
>            Assignee: Matej Knopp
>             Fix For: 1.5-M1
>
>         Attachments: MultiLinieTreeTable.zip
>
>
> I have to present multiple words which can't be displayed in the width of a single tree table node row.
> Thus i added code for switching to MultiLineLabel.
> 1st improvement: could be that the newNodeLink component creation can be overwritten.
> 2nd improvement: make css-layout flexible for changing height (auto)
> If improvement are not required at least at the end of this issue i would like to know how i could solve the problem.
> I have a sample project - i try to add it here (but dont know how yet :-)

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


[jira] Updated: (WICKET-1384) TreeTable should support MultilineLabel for NodeLink

Posted by "Jeremy Thomerson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeremy Thomerson updated WICKET-1384:
-------------------------------------

    Fix Version/s:     (was: 1.5-M3)
                   1.5-M4

> TreeTable should support MultilineLabel for NodeLink
> ----------------------------------------------------
>
>                 Key: WICKET-1384
>                 URL: https://issues.apache.org/jira/browse/WICKET-1384
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-final
>         Environment: Windows, Jboss-4.2.2, Tomcat 5.5
>            Reporter: Per Newgro
>            Assignee: Matej Knopp
>             Fix For: 1.5-M4
>
>         Attachments: MultiLinieTreeTable.zip
>
>
> I have to present multiple words which can't be displayed in the width of a single tree table node row.
> Thus i added code for switching to MultiLineLabel.
> 1st improvement: could be that the newNodeLink component creation can be overwritten.
> 2nd improvement: make css-layout flexible for changing height (auto)
> If improvement are not required at least at the end of this issue i would like to know how i could solve the problem.
> I have a sample project - i try to add it here (but dont know how yet :-)

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


[jira] Updated: (WICKET-1384) TreeTable should support MultilineLabel for NodeLink

Posted by "Johan Compagner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johan Compagner updated WICKET-1384:
------------------------------------

    Assignee: Matej Knopp

> TreeTable should support MultilineLabel for NodeLink
> ----------------------------------------------------
>
>                 Key: WICKET-1384
>                 URL: https://issues.apache.org/jira/browse/WICKET-1384
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-final
>         Environment: Windows, Jboss-4.2.2, Tomcat 5.5
>            Reporter: Per Newgro
>            Assignee: Matej Knopp
>             Fix For: 1.5-M1
>
>         Attachments: MultiLinieTreeTable.zip
>
>
> I have to present multiple words which can't be displayed in the width of a single tree table node row.
> Thus i added code for switching to MultiLineLabel.
> 1st improvement: could be that the newNodeLink component creation can be overwritten.
> 2nd improvement: make css-layout flexible for changing height (auto)
> If improvement are not required at least at the end of this issue i would like to know how i could solve the problem.
> I have a sample project - i try to add it here (but dont know how yet :-)

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


[jira] Updated: (WICKET-1384) TreeTable should support MultilineLabel for NodeLink

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg updated WICKET-1384:
----------------------------------

    Fix Version/s: 1.5-M3
                       (was: 1.5-M2)

> TreeTable should support MultilineLabel for NodeLink
> ----------------------------------------------------
>
>                 Key: WICKET-1384
>                 URL: https://issues.apache.org/jira/browse/WICKET-1384
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-final
>         Environment: Windows, Jboss-4.2.2, Tomcat 5.5
>            Reporter: Per Newgro
>            Assignee: Matej Knopp
>             Fix For: 1.5-M3
>
>         Attachments: MultiLinieTreeTable.zip
>
>
> I have to present multiple words which can't be displayed in the width of a single tree table node row.
> Thus i added code for switching to MultiLineLabel.
> 1st improvement: could be that the newNodeLink component creation can be overwritten.
> 2nd improvement: make css-layout flexible for changing height (auto)
> If improvement are not required at least at the end of this issue i would like to know how i could solve the problem.
> I have a sample project - i try to add it here (but dont know how yet :-)

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


[jira] Updated: (WICKET-1384) TreeTable should support MultilineLabel for NodeLink

Posted by "Per Newgro (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Per Newgro updated WICKET-1384:
-------------------------------

    Attachment: MultiLinieTreeTable.zip

This contains MyPage and MyPanel.
MyPage is only for display. MyPanel contains the tree-table

> TreeTable should support MultilineLabel for NodeLink
> ----------------------------------------------------
>
>                 Key: WICKET-1384
>                 URL: https://issues.apache.org/jira/browse/WICKET-1384
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-final
>         Environment: Windows, Jboss-4.2.2, Tomcat 5.5
>            Reporter: Per Newgro
>         Attachments: MultiLinieTreeTable.zip
>
>
> I have to present multiple words which can't be displayed in the width of a single tree table node row.
> Thus i added code for switching to MultiLineLabel.
> 1st improvement: could be that the newNodeLink component creation can be overwritten.
> 2nd improvement: make css-layout flexible for changing height (auto)
> If improvement are not required at least at the end of this issue i would like to know how i could solve the problem.
> I have a sample project - i try to add it here (but dont know how yet :-)

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


[jira] Updated: (WICKET-1384) TreeTable should support MultilineLabel for NodeLink

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg updated WICKET-1384:
----------------------------------

    Fix Version/s: 1.5-M1

> TreeTable should support MultilineLabel for NodeLink
> ----------------------------------------------------
>
>                 Key: WICKET-1384
>                 URL: https://issues.apache.org/jira/browse/WICKET-1384
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-final
>         Environment: Windows, Jboss-4.2.2, Tomcat 5.5
>            Reporter: Per Newgro
>             Fix For: 1.5-M1
>
>         Attachments: MultiLinieTreeTable.zip
>
>
> I have to present multiple words which can't be displayed in the width of a single tree table node row.
> Thus i added code for switching to MultiLineLabel.
> 1st improvement: could be that the newNodeLink component creation can be overwritten.
> 2nd improvement: make css-layout flexible for changing height (auto)
> If improvement are not required at least at the end of this issue i would like to know how i could solve the problem.
> I have a sample project - i try to add it here (but dont know how yet :-)

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


[jira] Updated: (WICKET-1384) TreeTable should support MultilineLabel for NodeLink

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg updated WICKET-1384:
----------------------------------

    Fix Version/s: 1.5-M2
                       (was: 1.5-M1)

> TreeTable should support MultilineLabel for NodeLink
> ----------------------------------------------------
>
>                 Key: WICKET-1384
>                 URL: https://issues.apache.org/jira/browse/WICKET-1384
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-final
>         Environment: Windows, Jboss-4.2.2, Tomcat 5.5
>            Reporter: Per Newgro
>            Assignee: Matej Knopp
>             Fix For: 1.5-M2
>
>         Attachments: MultiLinieTreeTable.zip
>
>
> I have to present multiple words which can't be displayed in the width of a single tree table node row.
> Thus i added code for switching to MultiLineLabel.
> 1st improvement: could be that the newNodeLink component creation can be overwritten.
> 2nd improvement: make css-layout flexible for changing height (auto)
> If improvement are not required at least at the end of this issue i would like to know how i could solve the problem.
> I have a sample project - i try to add it here (but dont know how yet :-)

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