public final class MenuCustomizationsHelper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isHidden(java.lang.String actionId)
Indicates whether a given action or menu id has been hidden using the
menu-customizations hook, or by another filter added to the menu bar. |
public static final boolean isHidden(java.lang.String actionId)
menu-customizations hook, or by another filter added to the menu bar. If the supplied action id is null, false is returned.actionId - the action id or menu idtrue if the item is hidden, false otherwise