42 | | * Add following properties in the Frame class |
43 | | * !RwProp<Boolean> contentLock() - value property - It will provide if content could be changed. If content is locked, it could not be changed. |
44 | | * !RwProp<Boolean> borderLock() - value property - It will provide if border could be changed. If border is locked, it could not be changed. |
45 | | * !RwProp<Boolean> backgroundLock() - value property - It will provide if background could be changed. If background is locked, it could not be changed. |
46 | | * !RwProp<Boolean> shadowLock() - value property - It will provide if shadow could be changed. If shadow is locked, it could not be changed. |
47 | | * !RwProp<Boolean> paddingInsetsLock() - value property - It will provide if padding could be changed. If padding is locked, it could not be changed. |
48 | | * !RwProp<Boolean> marginInsetsLock() - value property - It will provide if margin could be changed. If margin is locked, it could not be changed. |
| 42 | * 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. |