Optimized Item Removal = OIR I don't feel like there is an immediate need to write a novel about 15 lines of code. The concept itself is very simple: When dataview is in normal mode (OIR off) upon every request all dataitems are removed and then repopulated using the dataprovider. With OIR is on the listview does not remove all dataitems, instead it tries to reuse the existing ones if the model attached to an existing dataitems is equal to the one provided by the dataprovider. In a nutshell OIR allows you to keep a dataitem's hierarchy intact across requests as long as the dataitem is visible in the dataview.
This has all been thoroughly discussed in the mailing list, just search it. Now that you understand it you are more then welcome to write the javadocs :) -Igor > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Gili > Sent: Tuesday, August 16, 2005 9:04 PM > To: [email protected] > Subject: Re: [Wicket-user] DataView, optimized item removal? > > > Absolutely! Which is why I ensure that any code I > commit is clean and heavily documented. My point is that I > can't document something I do not understand -- can you > please shed some light on "optimized item removal" > and OIR? > > Gili > > Igor Vaynberg wrote: > > You have developer access don't you, so techinically you are a > > developer :) -Igor > > > > > > > >>-----Original Message----- > >>From: [EMAIL PROTECTED] > >>[mailto:[EMAIL PROTECTED] On Behalf Of Gili > >>Sent: Tuesday, August 16, 2005 8:51 PM > >>To: [EMAIL PROTECTED] > >>Subject: [Wicket-user] DataView, optimized item removal? > >> > >> > >> It would be nice to have more documentation in > DataView, like for > >>example what is "optimized item removal" > >>or what OIR stands for. > >>Wicket's biggest weakness is the lack of good documentation. > >>It would go a long way if developers made sure to only commit > >>documented code. > >>Please :) > >> > >>Gili > >>-- > >>http://www.desktopbeautifier.com/ > >> > >> > >>------------------------------------------------------- > >>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-user mailing list > >>[email protected] > >>https://lists.sourceforge.net/lists/listinfo/wicket-user > >> > >> > >> > > > > > > > > > > > > ------------------------------------------------------- > > 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-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > -- > http://www.desktopbeautifier.com/ > > > ------------------------------------------------------- > 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-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > ------------------------------------------------------- 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-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
