[ 
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.

Reply via email to