Changes between Version 20 and Version 21 of PAGE_ELEMENT_GROUPING_R0
- Timestamp:
- 05/21/09 14:40:20 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PAGE_ELEMENT_GROUPING_R0
v20 v21 69 69 70 70 * 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. 72 72 * Define an interface '''GroupContainer''' which contains Groups. It will have the following methods: 73 73 * Prop<GroupContainer> getParent(), providing the parent GroupContainer of the class implementing it.