[ 
https://issues.apache.org/jira/browse/WICKET-921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525114
 ] 

Sam Hough commented on WICKET-921:
----------------------------------

OK. I'll stick with RepeatingView and removing items then adding them back in 
the order I like. 

I did use ListView for this before but struggled to get the re-use strategy 
right. In the end it made a seemingly simple task complicated. 

I don't want the view refreshed so think I'll avoid RefreshingView which also 
seems to make life more complicated than needs be.

Is there a more appropriate component if I just want to fiddle with order of a 
set of components in an ad-hoc way? Like normal Widget set Panels etc? It would 
also be nice if the component was valid as an AjaxTarget component. 

Thanks

Sam

> AbstractRepeater.add(int index, Component c) method
> ---------------------------------------------------
>
>                 Key: WICKET-921
>                 URL: https://issues.apache.org/jira/browse/WICKET-921
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket
>    Affects Versions: 1.3.0-beta3
>            Reporter: Sam Hough
>            Assignee: Igor Vaynberg
>            Priority: Minor
>
> The ability to insert a Component into an AbstractRepeater would save having 
> to rebuild the "list" from scratch. Behaviour could/should be like 
> List.add(int index, E element).

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