Annotation Interface EditableIf
Use this annotation if a property should only be editable when another property is set to a certain value.
 
 Created by carl.gould on 4/21/2015.
- 
Required Element SummaryRequired Elements
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
propertyString propertyThe name of the property that drives the editability of this property. Should be the bean-style name, not the i18n key
 
- 
- 
- 
valueString valueThe value required. If omitted, the desired value is assumed to be "true". If the value starts with > or <, then the value is assumed to be a number and the comparison will be made rather than simple equality- Default:
- "true"
 
 
-