public boolean hide<PropertyName>([<property type> param])
Complements a get/set method for a reference field, or an action method.
The hide method allows a property or action to be dynamically hidden from the user. This is
typically used for security reason, such as hiding a field once it is set up. Returning true makes
the property or action invisible.