Factor Out wicket.markup.html.navigation.paging Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"
Bugs item #1256084, was opened at 2005-08-10 11:31 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1256084&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: None Group: 1.1 Status: Open Resolution: None Priority: 9 Submitted By: Jonathan Locke (jonathanlocke) Assigned to: Nobody/Anonymous (nobody) Summary: Factor Out wicket.markup.html.navigation.paging Initial Comment: We need a dirt-simple page navigation component that we can use and re-use everywhere. wicket.markup.html.navigation.paging.PageNavigator wicket.markup.html.navigation.paging.PageNavigatorLink wicket.markup.html.navigation.paging.PageNavigatorIncrementLink wicket.markup.html.navigation.paging.IPageable public interface IPageable { public int getCurrentPage(); public void setCurrentPage(int); public void getPageCount(); } If we implement just the functionality above in a very abstract way (using self link and IPageable), we will be able to really leverage this component. I advise very strongly /against/ thinking about ListView or any other component while writing this. We need to start over and do this one thing as simply as possible! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1256084&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
