Changes between Version 10 and Version 11 of PRO_LIB_CORE_TUTORIAL_R0
- Timestamp:
- 09/30/08 11:53:13 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified PRO_LIB_CORE_TUTORIAL_R0
v10 v11 52 52 * !ListProperty 53 53 * !ChildrenProperty 54 * Code examples - write code examples for different kinds of properties. 54 55 56 {{{ 57 public RwProp<Page> parent() { 58 return getBean().makeParentProp(Page.class, "frames"); 59 } 60 }}} 61 * etc. 55 62 56 63 = Implementation =