sorry, but i think that reordering children is something we ought to think about quite a bit before implementing. and in any case it should not be implemented
by exposing the guts of markupcontainer, which may or may not use an array
as a backing store for child components in the future. i closed the bug as won't fix. you should think about your problem in dataview and try to explain why it
is that you need to reorder children that /you added/.

Igor Vaynberg wrote:

Could somebody please take a look at this, I could really use it for some
dataview changes :)
-Igor


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of SourceForge.net
Sent: Monday, August 15, 2005 12:15 PM
To: [EMAIL PROTECTED]
Subject: [Wicket-develop] [ wicket-Patches-1260172 ] add getchildren to markupcontainer

Patches item #1260172, was opened at 2005-08-15 19:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684977&aid=1
260172&group_id=119783
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update.
Category: core
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Igor Vaynberg (ivaynberg)
Assigned to: Nobody/Anonymous (nobody)
Summary: add getchildren to markupcontainer

Initial Comment:
This patch will allow container subclasses an alternative method to examine its children. Currently only iterator() is available to do this which is limited in certain situations. For looping component it is sometimes important to have an array of its children available to quickly examine its children and also to be able to rearrange child components quickly.

----------------------------------------------------------------------

You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684977&aid=1
260172&group_id=119783
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop







-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to