Changes between Version 20 and Version 21 of PAGE_ELEMENT_GROUPING_R0


Ignore:
Timestamp:
05/21/09 14:40:20 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PAGE_ELEMENT_GROUPING_R0

    v20 v21  
    6969 
    7070 * Rename the  interface PageElement to '''GroupElement'''. Add the following methods: 
    71    * Prop<ElementContainer> getParent(), providing the parent container of this element. 
     71   * Prop<GroupElement> getParent(), providing the parent container of this element. 
    7272 * Define an interface '''GroupContainer''' which contains Groups. It will have the following methods: 
    7373  * Prop<GroupContainer> getParent(), providing the parent GroupContainer of the class implementing it.