PhotoAlbum Application Download Support Developer Guide
Skins:
Resources/Beans Handling
Ajax Miscellaneous
Usage
Extended Data Model
Modifiable Data Model
Edit Table with ModalPanel
Tag Information

This is another sample of ExtendedDataModel implementation which additionally shows how to implement sorting and filtering in your model.

Model class should extend ExtendedDataModel and additionally implement Modifiable interface. This interface defines modify method. This method is called with lists of sort and filter fields as parameters and should perform sorting and filtering according to the fields.

Note that filtering in this sample uses contains instead of startsWith conditions.

key
summary
assignee
fixVersion
reporter
priority
status
resolution
created
updated
RF-6338PanelMenu does not work in 3.3.1.SNAPSHOTAlex Kolonitsky03.03.2001Alexander DubovskyCriticalOpenUNRESOLVED23/Feb/09 06:17 AM24/Feb/09 11:59 AM
RF-3686listShuttle and s:entityConverterAlex Kolonitsky03.03.2001Marcell BarbacenaMajorOpenUNRESOLVED11/Jun/08 05:51 PM17/Feb/09 10:06 AM
RF-6278ScriptUtils: toScript() fails with java.sql.* typesAlex Kolonitsky03.03.2001Nick BelaevskiMajorOpenUNRESOLVED20/Feb/09 06:47 PM24/Feb/09 12:07 PM
RF-5671Panel Menu. selectedChild problemsAlex Kolonitsky03.03.2001Ilya ShaikovskyMajorOpenUNRESOLVED13/Jan/09 05:26 AM24/Feb/09 08:43 PM
RF-6155Column: rendered attribute handled wrongAlexander Smirnov03.03.2001Nick BelaevskiMajorOpenUNRESOLVED13/Feb/09 10:36 AM13/Feb/09 10:36 AM
RF-6040Columns: component does not work without value attribute definedAndrei Markavtsov03.03.2001Andrei MarkavtsovCriticalOpenUNRESOLVED06/Feb/09 04:57 AM06/Feb/09 09:28 AM
RF-6031columns: allow to use few columns and to use columns together with static column components within the one table .Andrei Markavtsov03.03.2001Ilya ShaikovskyMajorOpenUNRESOLVED04/Feb/09 09:05 AM05/Feb/09 08:40 AM
RF-5960FileUpload sends id parameter to server on each upload.Andrei Markavtsov03.03.2001Andrei MarkavtsovMajorOpenUNRESOLVED29/Jan/09 05:57 AM11/Feb/09 10:58 AM
RF-6266FileUpload: AJAX polling problemsAndrei Markavtsov03.03.2001Nick BelaevskiMajorOpenUNRESOLVED19/Feb/09 12:16 PM24/Feb/09 11:56 AM
RF-6143inplaceSelect: is not expanded in FFAnton Belevich03.03.2001Tsikhon KuprevichCriticalOpenUNRESOLVED11/Feb/09 09:29 AM12/Feb/09 06:58 AM


View Source


View HibernateDataModel.java Source
RichFaces Wiki RichFaces Project Site