Hi Everyone - 

I've recently created a class that implements the IBasicTableModel and it
works really well and the navigation between pages is great. 

But what I would like to do now is create some kind of custom navigation
whereby you have a set of links on the page, which are:

A
B
C
D 

etc

and as you click on one of the alphabetical links the table takes you to the
position of the first element that starts with that letter.

So if you had a set of book titles, and you clicked on C, then the table
would display the first title that began with the letter C in your data.

I would still need to be able to move backwards and forwards throughout the
whole list, so if you clicked 'previous' then you would see titles that
began with B and so on. i.e you can still navigate the whole list.

Is this possible? and if so, how should I approach it? It seems to me that
you would need to use the getCurrentPageRows() method in some way still?

Many thanks in advance
A.
-- 
View this message in context: 
http://www.nabble.com/Navigating-an-IBasicTableMOdel-implementation-tf2145498.html#a5923152
Sent from the Tapestry - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to