-
Type: Sub-task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.0.0 GA
-
Component/s: None
Find or make a JSF dataList to display a list of documentmodels.
This dataList must provide :
- multi-selection
- flexible columns management (without needing writing specific classes)
- sorting and filtering
- pagination
Use Seam @DataBinderClass and @DataSelectorClass annotation to implement bijection as this is done with standards JSF DataLists.
Requirements :
- avoid using AL to handle conversion
=> the Components should use directly DocumentModelLists as model - permit flexible configuration
=> Adding a columns should only be configuration, not class definition