Changes between Version 4 and Version 5 of PAGE_ELEMENT_MULTI_SELECT_R0


Ignore:
Timestamp:
03/27/09 16:53:10 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PAGE_ELEMENT_MULTI_SELECT_R0

    v4 v5  
    5454  * the buttons from the !MainHaloMenu that need to be visible for selected page elements to be manipulated. These include the buttons that should be used for task requirements in [wiki:PAGE_ELEMENT_MULTI_MANIPULATION_R0] task. 
    5555 * review code in [source:trunk/sophie2-platform/modules/org.sophie2.main.view/src/main/java/org/sophie2/main/view/logic/PageLogic.java PageLogic] and [source:trunk/sophie2-platform/modules/org.sophie2.main.view/src/main/java/org/sophie2/main/view/logic/PageElementLogic.java PageElementLogic] - there is something mysterious about selecting and deselecting page elements and the page itself. In addition to this, accessing and mutating the selected page elements should be done through different lists. 
    56   * page element selection and deselection should be done in [source:trunk/sophie2-platform/modules/org.sophie2.main.view/src/main/java/org/sophie2/main/view/logic/PageElementLogic.java PageElementLogic] 
     56  * page element selection and deselection should be done in [source:trunk/sophie2-platform/modules/org.sophie2.main.view/src/main/java/org/sophie2/main/view/logic/PageElementLogic.java PageElementLogic]. 
    5757  * selecting the page itself should be done in [source:trunk/sophie2-platform/modules/org.sophie2.main.view/src/main/java/org/sophie2/main/view/logic/PageLogic.java PageLogic]. This also means that selected page elements should be cleared. 
    5858