Patches item #1247779, was opened at 2005-07-30 00:58
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=1247779&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: 1.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Igor (ivaynberg)
Assigned to: Nobody/Anonymous (nobody)
Summary: introduce IPageableComponent interface

Initial Comment:
Currently classes that are used to create navigation
for PageableListView are tightly coupled with
PageableListView. I think an introduction of
IPageableComponent
to decouple them would be a nice addition.
Specifically, it will allow other components
implementing IPageableComponent to be navigated using
the same
classes.

>From a quick glimpse of code i think this should be
sufficient:

public interface IPageable
{
int getCurrentPage();
void setCurrentPage(int index);
int getPageCount();
int getItemCount();

Page getPage();
}

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684977&aid=1247779&group_id=119783


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to