Changes between Version 4 and Version 5 of PAGE_ELEMENT_MULTI_SELECT_R0
- Timestamp:
- 03/27/09 16:53:10 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PAGE_ELEMENT_MULTI_SELECT_R0
v4 v5 54 54 * 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. 55 55 * 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]. 57 57 * 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. 58 58