Changes between Version 2 and Version 3 of GROUP_APP_RESOURCE_R0
- Timestamp:
- 04/14/09 10:40:05 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_APP_RESOURCE_R0
v2 v3 76 76 The BookExtrasPalette and DummyExtra in this package will be moved and the package will be removed (this will help improve modularization). A new class for ChangeDetailsPalette will be created. Search will not be implemented at this iteration. 77 77 78 ^Here will be the descriptions of filtering and change grouping. 78 A RwProp<ProListFilter> filter() will be added to the ListPalette. It will hold the filter currently applied to the list of items the palette holds (by default no filter is applied). The items() method should use this filter(). Any user functionality that wants to apply a filter to the list should set it in that property. 79 80 Grouping changes does not work well if AutoChanges are not written or poorly written. All places in code where this happens will be reviewed and fixed accordingly. 79 81 80 82 = Implementation =