public String disable<actionName>([<parameter type> param]...)
Complements a get/set method for a reference field, or an action method.
The disable dynamically controls whether a field is editable, or an action can be initiated. If a
String object is returned the field or action is disabled and the string is made visible to user to
inform them why it is disabled. If the method returns null then field or action remains enabled.