Hi,

I want to use a decorator and sort a full list without
having to decorate the entire list.  I don't see a way
to do it.  This is way too slow for my purposes.

I've implemented by own Sorter but you've declared a
crucial method in the RowSorter final, so  simple
extension won't work and I don't see a way to plug it
in without using a heavily modified version of
displaytag. 

You should be able to plugin any Sorter that
implements a basic interface, just like the decorator.
 TabelModel only uses RowSorter.  RowSorter should
implement a RowSorter interface.  . . .

If I missed something, please let me know.  I might
not be familiar with some new features.

Thanks,

Aaron Smuts



        
                
__________________________________
Do you Yahoo!?
Yahoo! Domains – Claim yours for only $14.70/year
http://smallbusiness.promotions.yahoo.com/offer 


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to