1.2.3 hide
public boolean hide<actionName>([<parameter 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.