Changes between Version 10 and Version 11 of PRO_LIB_CORE_TUTORIAL_R0


Ignore:
Timestamp:
09/30/08 11:53:13 (17 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified PRO_LIB_CORE_TUTORIAL_R0

    v10 v11  
    5252  * !ListProperty 
    5353   * !ChildrenProperty 
     54 * Code examples - write code examples for different kinds of properties. 
    5455 
     56{{{ 
     57public RwProp<Page> parent() { 
     58                return getBean().makeParentProp(Page.class, "frames"); 
     59        } 
     60}}} 
     61 * etc. 
    5562 
    5663= Implementation =