You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2009/08/05 20:03:14 UTC

[jira] Created: (PIVOT-207) Add support for bounding preferred size

Add support for bounding preferred size
---------------------------------------

                 Key: PIVOT-207
                 URL: https://issues.apache.org/jira/browse/PIVOT-207
             Project: Pivot
          Issue Type: New Feature
          Components: wtk
    Affects Versions: 1.3
            Reporter: Greg Brown
            Assignee: Todd Volkert
             Fix For: 1.3


Add get/setMaximum/MinimumPreferredWidth/Height() methods to Component. If set, the preferred size methods will use these values to bound their results.


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


[jira] Commented: (PIVOT-207) Add support for bounding preferred size

Posted by "Noel Grandin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIVOT-207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12739935#action_12739935 ] 

Noel Grandin commented on PIVOT-207:
------------------------------------

What problem was this intended to solve? 
Surely it's the kind of thing that would better be solved by a Container subclass that implemented a new layout strategy?
Just curious :-)

> Add support for bounding preferred size
> ---------------------------------------
>
>                 Key: PIVOT-207
>                 URL: https://issues.apache.org/jira/browse/PIVOT-207
>             Project: Pivot
>          Issue Type: New Feature
>          Components: wtk
>    Affects Versions: 1.3
>            Reporter: Greg Brown
>            Assignee: Todd Volkert
>             Fix For: 1.3
>
>
> Add get/setMaximum/MinimumPreferredWidth/Height() methods to Component. If set, the preferred size methods will use these values to bound their results.

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


[jira] Commented: (PIVOT-207) Add support for bounding preferred size

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIVOT-207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12740004#action_12740004 ] 

Greg Brown commented on PIVOT-207:
----------------------------------

That's exactly the point. This way, we don't need to add a new container just to handle this case. All containers can take advantage of it without any changes to their existing layout logic.



> Add support for bounding preferred size
> ---------------------------------------
>
>                 Key: PIVOT-207
>                 URL: https://issues.apache.org/jira/browse/PIVOT-207
>             Project: Pivot
>          Issue Type: New Feature
>          Components: wtk
>    Affects Versions: 1.3
>            Reporter: Greg Brown
>            Assignee: Todd Volkert
>             Fix For: 1.3
>
>
> Add get/setMaximum/MinimumPreferredWidth/Height() methods to Component. If set, the preferred size methods will use these values to bound their results.

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


[jira] Resolved: (PIVOT-207) Add support for bounding preferred size

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

Todd Volkert resolved PIVOT-207.
--------------------------------

    Resolution: Fixed

> Add support for bounding preferred size
> ---------------------------------------
>
>                 Key: PIVOT-207
>                 URL: https://issues.apache.org/jira/browse/PIVOT-207
>             Project: Pivot
>          Issue Type: New Feature
>          Components: wtk
>    Affects Versions: 1.3
>            Reporter: Greg Brown
>            Assignee: Todd Volkert
>             Fix For: 1.3
>
>
> Add get/setMaximum/MinimumPreferredWidth/Height() methods to Component. If set, the preferred size methods will use these values to bound their results.

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