rad condition - shannah/CodeRAD GitHub Wiki
An attribute that can be added to any XML tag of a RAD view, whose value contains a java expression resolving to a boolean
that will be run at the time that the component is created (at runtime), and dictates whether the component should be added to the UI or not.
<someComponent rad-condition="expression" .../>
Where the expression is a Java expression that resolves to a boolean.