Changes between Version 17 and Version 18 of FRAME_TEMPLATES_R0


Ignore:
Timestamp:
01/15/09 17:40:21 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_TEMPLATES_R0

    v17 v18  
    6464 * Create a class !TemplateField in the org.sophie2.base.model.book. This class will be used for properties that have value - calculated by the template, own value, and locked value. 
    6565 * Class Frame 
    66   * Create Frame value property template() which will show which the template of the Frame is. 
    67   * Create !FrameContent auto property content() which will show the content of the frame. It will calculate if the frame has its own content. If the frame has its own content the content() will return the own content of the frame. Otherwise, it will return the content property of the frame template. 
     66  * Create Frame value property template() which is the template of the Frame is. 
     67  * Create !FrameContent auto property content() which is the content of the frame. It will calculate if the frame has its own content. If the frame has its own content the content() will return the own content of the frame. Otherwise, it will return the content property of the frame template. 
    6868 * Create @Own !FrameContent auto property templatedContent() which will calculate the template of the !FrameContent of the Frame. 
    6969 * Create @Own !FrameContent value property ownContent() which will return the own value of the content of the frame. 
    70  * Create !TemplateField properties 
     70 * Create !TemplateField properties in the class Frame 
    7171  * contentSize() 
    7272  * contentBounds() 
    7373  * contentLocation() 
     74 * Create property border(), background(), paddingInsets(), marginInsets() 
     75 * Class !FrameContent 
     76  * Create !FrameContent auto property template() which is template of the !FrameContent 
     77  * Create abstract FrameContent createTemplated() method which each concrete content should override. 
     78 * Class !BackgroungStyle 
     79  * Create abstract !BackgroundStyle template() property. 
     80  * Create !TemplateFields auto bgType(), bgColor(), bgImageResource(), bgOpacity(), bgGradient() properties. 
    7481 
    7582= Implementation =