Changes between Version 2 and Version 3 of GROUP_APP_RESOURCE_R0


Ignore:
Timestamp:
04/14/09 10:40:05 (16 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_APP_RESOURCE_R0

    v2 v3  
    7676The 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. 
    7777 
    78 ^Here will be the descriptions of filtering and change grouping. 
     78A 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 
     80Grouping 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. 
    7981 
    8082= Implementation =