You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jason Anderson (JIRA)" <ji...@apache.org> on 2007/12/01 20:36:43 UTC

[jira] Created: (WICKET-1197) add/remove all buttons in Palette component

add/remove all buttons in Palette component
-------------------------------------------

                 Key: WICKET-1197
                 URL: https://issues.apache.org/jira/browse/WICKET-1197
             Project: Wicket
          Issue Type: New Feature
          Components: wicket-extensions
            Reporter: Jason Anderson


It would be nice if the Palette component had buttons to move all of the items from one side of the selectable options to the other.

Many desktop applications with this style of data manipulation have these buttons to greatly speed up the process of adding large numbers of items to the selected items


eg:

[ item ]      ( add all )                        [item]
[ item ]      ( add selected)              [item]
[ item ]      ( remove selected )      [item]
[ item ]      ( remove all )                 [item]


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


[jira] Updated: (WICKET-1197) add/remove all buttons in Palette component

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

Niels van Kampenhout updated WICKET-1197:
-----------------------------------------

    Attachment: WICKET-1197.patch

I attached a patch which adds optional "add all" and "remove all" buttons to the Palette. I added two constructors with an extra parameter, boolean allowMoveAll, to enable the two new buttons. The original constructors default this parameter to false so exsiting applications are not affected.

Note: I used ">>" and "<<" labels for the buttons instead of images.

> add/remove all buttons in Palette component
> -------------------------------------------
>
>                 Key: WICKET-1197
>                 URL: https://issues.apache.org/jira/browse/WICKET-1197
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket-extensions
>            Reporter: Jason Anderson
>             Fix For: 1.4-M2
>
>         Attachments: WICKET-1197.patch
>
>
> It would be nice if the Palette component had buttons to move all of the items from one side of the selectable options to the other.
> Many desktop applications with this style of data manipulation have these buttons to greatly speed up the process of adding large numbers of items to the selected items
> eg:
> [ item ]      ( add all )                        [item]
> [ item ]      ( add selected)              [item]
> [ item ]      ( remove selected )      [item]
> [ item ]      ( remove all )                 [item]

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


[jira] Commented: (WICKET-1197) add/remove all buttons in Palette component

Posted by "Niels van Kampenhout (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596854#action_12596854 ] 

Niels van Kampenhout commented on WICKET-1197:
----------------------------------------------

I have code lying around for this. Will create and send in a patch later this week.

> add/remove all buttons in Palette component
> -------------------------------------------
>
>                 Key: WICKET-1197
>                 URL: https://issues.apache.org/jira/browse/WICKET-1197
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket-extensions
>            Reporter: Jason Anderson
>             Fix For: 1.4-M2
>
>
> It would be nice if the Palette component had buttons to move all of the items from one side of the selectable options to the other.
> Many desktop applications with this style of data manipulation have these buttons to greatly speed up the process of adding large numbers of items to the selected items
> eg:
> [ item ]      ( add all )                        [item]
> [ item ]      ( add selected)              [item]
> [ item ]      ( remove selected )      [item]
> [ item ]      ( remove all )                 [item]

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


[jira] Updated: (WICKET-1197) add/remove all buttons in Palette component

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

Igor Vaynberg updated WICKET-1197:
----------------------------------

    Fix Version/s: 1.3.1

> add/remove all buttons in Palette component
> -------------------------------------------
>
>                 Key: WICKET-1197
>                 URL: https://issues.apache.org/jira/browse/WICKET-1197
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket-extensions
>            Reporter: Jason Anderson
>             Fix For: 1.3.1
>
>
> It would be nice if the Palette component had buttons to move all of the items from one side of the selectable options to the other.
> Many desktop applications with this style of data manipulation have these buttons to greatly speed up the process of adding large numbers of items to the selected items
> eg:
> [ item ]      ( add all )                        [item]
> [ item ]      ( add selected)              [item]
> [ item ]      ( remove selected )      [item]
> [ item ]      ( remove all )                 [item]

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


[jira] Updated: (WICKET-1197) add/remove all buttons in Palette component

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

Frank Bille Jensen updated WICKET-1197:
---------------------------------------

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

> add/remove all buttons in Palette component
> -------------------------------------------
>
>                 Key: WICKET-1197
>                 URL: https://issues.apache.org/jira/browse/WICKET-1197
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket-extensions
>            Reporter: Jason Anderson
>             Fix For: 1.4-M2
>
>
> It would be nice if the Palette component had buttons to move all of the items from one side of the selectable options to the other.
> Many desktop applications with this style of data manipulation have these buttons to greatly speed up the process of adding large numbers of items to the selected items
> eg:
> [ item ]      ( add all )                        [item]
> [ item ]      ( add selected)              [item]
> [ item ]      ( remove selected )      [item]
> [ item ]      ( remove all )                 [item]

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


[jira] Updated: (WICKET-1197) add/remove all buttons in Palette component

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

Jason Anderson updated WICKET-1197:
-----------------------------------

    Issue Type: Wish  (was: New Feature)

move to Wish

> add/remove all buttons in Palette component
> -------------------------------------------
>
>                 Key: WICKET-1197
>                 URL: https://issues.apache.org/jira/browse/WICKET-1197
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket-extensions
>            Reporter: Jason Anderson
>
> It would be nice if the Palette component had buttons to move all of the items from one side of the selectable options to the other.
> Many desktop applications with this style of data manipulation have these buttons to greatly speed up the process of adding large numbers of items to the selected items
> eg:
> [ item ]      ( add all )                        [item]
> [ item ]      ( add selected)              [item]
> [ item ]      ( remove selected )      [item]
> [ item ]      ( remove all )                 [item]

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


[jira] Updated: (WICKET-1197) add/remove all buttons in Palette component

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

Jeremy Thomerson updated WICKET-1197:
-------------------------------------

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

> add/remove all buttons in Palette component
> -------------------------------------------
>
>                 Key: WICKET-1197
>                 URL: https://issues.apache.org/jira/browse/WICKET-1197
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket-extensions
>            Reporter: Jason Anderson
>             Fix For: 1.5-M4
>
>         Attachments: WICKET-1197.patch
>
>
> It would be nice if the Palette component had buttons to move all of the items from one side of the selectable options to the other.
> Many desktop applications with this style of data manipulation have these buttons to greatly speed up the process of adding large numbers of items to the selected items
> eg:
> [ item ]      ( add all )                        [item]
> [ item ]      ( add selected)              [item]
> [ item ]      ( remove selected )      [item]
> [ item ]      ( remove all )                 [item]

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


[jira] Updated: (WICKET-1197) add/remove all buttons in Palette component

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

Frank Bille Jensen updated WICKET-1197:
---------------------------------------

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

> add/remove all buttons in Palette component
> -------------------------------------------
>
>                 Key: WICKET-1197
>                 URL: https://issues.apache.org/jira/browse/WICKET-1197
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket-extensions
>            Reporter: Jason Anderson
>             Fix For: 1.4-M3
>
>         Attachments: WICKET-1197.patch
>
>
> It would be nice if the Palette component had buttons to move all of the items from one side of the selectable options to the other.
> Many desktop applications with this style of data manipulation have these buttons to greatly speed up the process of adding large numbers of items to the selected items
> eg:
> [ item ]      ( add all )                        [item]
> [ item ]      ( add selected)              [item]
> [ item ]      ( remove selected )      [item]
> [ item ]      ( remove all )                 [item]

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


[jira] Issue Comment Edited: (WICKET-1197) add/remove all buttons in Palette component

Posted by "Niels van Kampenhout (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596895#action_12596895 ] 

nielsvk edited comment on WICKET-1197 at 5/14/08 11:50 AM:
------------------------------------------------------------------------

I attached a patch which adds optional "add all" and "remove all" buttons to the Palette. I added two constructors with an extra parameter, boolean allowMoveAll, to enable the two new buttons. The original constructors default this parameter to false so existing applications are not affected.

Note: I used ">>" and "<<" labels for the buttons instead of images.

      was (Author: nielsvk):
    I attached a patch which adds optional "add all" and "remove all" buttons to the Palette. I added two constructors with an extra parameter, boolean allowMoveAll, to enable the two new buttons. The original constructors default this parameter to false so exsiting applications are not affected.

Note: I used ">>" and "<<" labels for the buttons instead of images.
  
> add/remove all buttons in Palette component
> -------------------------------------------
>
>                 Key: WICKET-1197
>                 URL: https://issues.apache.org/jira/browse/WICKET-1197
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket-extensions
>            Reporter: Jason Anderson
>             Fix For: 1.4-M2
>
>         Attachments: WICKET-1197.patch
>
>
> It would be nice if the Palette component had buttons to move all of the items from one side of the selectable options to the other.
> Many desktop applications with this style of data manipulation have these buttons to greatly speed up the process of adding large numbers of items to the selected items
> eg:
> [ item ]      ( add all )                        [item]
> [ item ]      ( add selected)              [item]
> [ item ]      ( remove selected )      [item]
> [ item ]      ( remove all )                 [item]

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


[jira] Updated: (WICKET-1197) add/remove all buttons in Palette component

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

Timo Rantalaiho updated WICKET-1197:
------------------------------------

    Fix Version/s:     (was: 1.4-M4)
                   1.5-M1

This is a new feature so belongs to 1.5, right?

Sounds like a nice feature, thanks!

> add/remove all buttons in Palette component
> -------------------------------------------
>
>                 Key: WICKET-1197
>                 URL: https://issues.apache.org/jira/browse/WICKET-1197
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket-extensions
>            Reporter: Jason Anderson
>             Fix For: 1.5-M1
>
>         Attachments: WICKET-1197.patch
>
>
> It would be nice if the Palette component had buttons to move all of the items from one side of the selectable options to the other.
> Many desktop applications with this style of data manipulation have these buttons to greatly speed up the process of adding large numbers of items to the selected items
> eg:
> [ item ]      ( add all )                        [item]
> [ item ]      ( add selected)              [item]
> [ item ]      ( remove selected )      [item]
> [ item ]      ( remove all )                 [item]

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


[jira] Updated: (WICKET-1197) add/remove all buttons in Palette component

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

Martijn Dashorst updated WICKET-1197:
-------------------------------------

    Fix Version/s:     (was: 1.3.1)
                   1.4-M1

> add/remove all buttons in Palette component
> -------------------------------------------
>
>                 Key: WICKET-1197
>                 URL: https://issues.apache.org/jira/browse/WICKET-1197
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket-extensions
>            Reporter: Jason Anderson
>             Fix For: 1.4-M1
>
>
> It would be nice if the Palette component had buttons to move all of the items from one side of the selectable options to the other.
> Many desktop applications with this style of data manipulation have these buttons to greatly speed up the process of adding large numbers of items to the selected items
> eg:
> [ item ]      ( add all )                        [item]
> [ item ]      ( add selected)              [item]
> [ item ]      ( remove selected )      [item]
> [ item ]      ( remove all )                 [item]

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


[jira] Updated: (WICKET-1197) add/remove all buttons in Palette component

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

Martijn Dashorst updated WICKET-1197:
-------------------------------------

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

Moved to next milestone release.

> add/remove all buttons in Palette component
> -------------------------------------------
>
>                 Key: WICKET-1197
>                 URL: https://issues.apache.org/jira/browse/WICKET-1197
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket-extensions
>            Reporter: Jason Anderson
>             Fix For: 1.4-M4
>
>         Attachments: WICKET-1197.patch
>
>
> It would be nice if the Palette component had buttons to move all of the items from one side of the selectable options to the other.
> Many desktop applications with this style of data manipulation have these buttons to greatly speed up the process of adding large numbers of items to the selected items
> eg:
> [ item ]      ( add all )                        [item]
> [ item ]      ( add selected)              [item]
> [ item ]      ( remove selected )      [item]
> [ item ]      ( remove all )                 [item]

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


[jira] Updated: (WICKET-1197) add/remove all buttons in Palette component

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

Igor Vaynberg updated WICKET-1197:
----------------------------------

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

> add/remove all buttons in Palette component
> -------------------------------------------
>
>                 Key: WICKET-1197
>                 URL: https://issues.apache.org/jira/browse/WICKET-1197
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket-extensions
>            Reporter: Jason Anderson
>             Fix For: 1.5-M2
>
>         Attachments: WICKET-1197.patch
>
>
> It would be nice if the Palette component had buttons to move all of the items from one side of the selectable options to the other.
> Many desktop applications with this style of data manipulation have these buttons to greatly speed up the process of adding large numbers of items to the selected items
> eg:
> [ item ]      ( add all )                        [item]
> [ item ]      ( add selected)              [item]
> [ item ]      ( remove selected )      [item]
> [ item ]      ( remove all )                 [item]

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


[jira] Updated: (WICKET-1197) add/remove all buttons in Palette component

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

Igor Vaynberg updated WICKET-1197:
----------------------------------

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

> add/remove all buttons in Palette component
> -------------------------------------------
>
>                 Key: WICKET-1197
>                 URL: https://issues.apache.org/jira/browse/WICKET-1197
>             Project: Wicket
>          Issue Type: Wish
>          Components: wicket-extensions
>            Reporter: Jason Anderson
>             Fix For: 1.5-M3
>
>         Attachments: WICKET-1197.patch
>
>
> It would be nice if the Palette component had buttons to move all of the items from one side of the selectable options to the other.
> Many desktop applications with this style of data manipulation have these buttons to greatly speed up the process of adding large numbers of items to the selected items
> eg:
> [ item ]      ( add all )                        [item]
> [ item ]      ( add selected)              [item]
> [ item ]      ( remove selected )      [item]
> [ item ]      ( remove all )                 [item]

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