Uses of Class
org.patternfly.component.menu.MenuItemAction
Packages that use MenuItemAction
-
Uses of MenuItemAction in org.patternfly.component.menu
Subclasses with type arguments of type MenuItemAction in org.patternfly.component.menuClasses in org.patternfly.component.menu that implement interfaces with type arguments of type MenuItemActionMethods in org.patternfly.component.menu that return MenuItemActionModifier and TypeMethodDescriptionstatic MenuItemActionMenuItemAction.menuItemAction(String identifier) static MenuItemActionMenuItemAction.menuItemAction(String identifier, Element icon) static MenuItemActionMenuItemAction.menuItemAction(String identifier, PredefinedIcon icon) MenuItemAction.onClick(ComponentHandler<MenuItemAction> handler) Registers a click event handler for the menu item action.MenuItemAction.removeIcon()MenuItemAction.that()Methods in org.patternfly.component.menu with parameters of type MenuItemActionModifier and TypeMethodDescriptionMenuItem.add(MenuItemAction itemAction) MenuItem.addAction(MenuItemAction itemAction) voidMenuActionHandler.onAction(Menu menu, MenuItem item, MenuItemAction itemAction) Method parameters in org.patternfly.component.menu with type arguments of type MenuItemActionModifier and TypeMethodDescriptionMenuItemAction.onClick(ComponentHandler<MenuItemAction> handler) Registers a click event handler for the menu item action.