Hi Qooxdoo gods, the simple table model has a method setSortMethods(). However, it is missing the matching getSortMethods() method.
As the sort methods are stored in a private variable (__sortMethods), it is not possible to access the sort methods in a class extending qx.ui.table.model.Simple. Currently the contributed Smart table model is not fully functional for this reason. Would it make sense to a) make __sortMethods protected instead of private or b) add a getSortMethods() method? I'd be willing to provide a patch for either of these variants, please advice which you'd be willing to include into the code base ... Thanks and best regards, Fritz -- Oetiker+Partner AG tel: +41 62 775 99 03 (direct) Fritz Zaucker +41 62 775 99 00 (switch board) Aarweg 15 +41 79 675 06 30 (mobile) CH-4600 Olten fax: +41 62 775 99 05 Schweiz web: www.oetiker.ch ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
