You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2010/12/11 01:21:01 UTC

[jira] Created: (TAP5-1370) SelectModelFactory should make it easy to create a SelectModel for a list of various primitive values

SelectModelFactory should make it easy to create a SelectModel for a list of various primitive values
-----------------------------------------------------------------------------------------------------

                 Key: TAP5-1370
                 URL: https://issues.apache.org/jira/browse/TAP5-1370
             Project: Tapestry 5
          Issue Type: Improvement
            Reporter: Howard M. Lewis Ship


i.e.,

  SelectModel createIntegerModel(Iterable<Integer> values);

  SelectModel createLongModel(Iterable<Long> values);

etc.



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


[jira] Updated: (TAP5-1370) SelectModelFactory should make it easy to create a SelectModel for a list of various primitive values

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1370:
---------------------------------------

          Component/s: tapestry-core
             Priority: Minor  (was: Major)
    Affects Version/s: 5.2.4

> SelectModelFactory should make it easy to create a SelectModel for a list of various primitive values
> -----------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1370
>                 URL: https://issues.apache.org/jira/browse/TAP5-1370
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.2.4
>            Reporter: Howard M. Lewis Ship
>            Priority: Minor
>
> i.e.,
>   SelectModel createIntegerModel(Iterable<Integer> values);
>   SelectModel createLongModel(Iterable<Long> values);
> etc.

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


[jira] Updated: (TAP5-1370) SelectModelFactory should make it easy to create a SelectModel for a list of various primitive values

Posted by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAP5-1370:
---------------------------------------

          Component/s: tapestry-core
             Priority: Minor  (was: Major)
    Affects Version/s: 5.2.4

> SelectModelFactory should make it easy to create a SelectModel for a list of various primitive values
> -----------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1370
>                 URL: https://issues.apache.org/jira/browse/TAP5-1370
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.2.4
>            Reporter: Howard M. Lewis Ship
>            Priority: Minor
>
> i.e.,
>   SelectModel createIntegerModel(Iterable<Integer> values);
>   SelectModel createLongModel(Iterable<Long> values);
> etc.

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