Changes between Version 7 and Version 8 of FRAME_PROPERTY_LOCKING_R0


Ignore:
Timestamp:
01/15/09 16:39:26 (16 years ago)
Author:
tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified FRAME_PROPERTY_LOCKING_R0

    v7 v8  
    4141= Design = 
    4242 * In the !TemplateField class in org.sophie2.base.model module add property boolean value property locked which will provide if property could be changed. If the value of this property locked() is true, then the value of property could not be changed. 
    43  * The hud through which the value of locked() property is changed will be provided during next revision of this task. 
     43 * Create method setOwnValue(T value) which will set value of the own property depending on if locked() is true or false. 
     44 * Add boolean value property contentLock() in Frame class that will provide if the content of the Frame is locked. 
     45 * The hud through which the value of locked() property is changed will be provided during next revision of this task.  
     46 * org.sophie2.base.model.book.!FramePropertyLockingTest is a test for frame properties locking. 
    4447 
    4548= Implementation =