Uses of Class
org.patternfly.component.menu.MenuItem
Packages that use MenuItem
-
Uses of MenuItem in org.patternfly.component.menu
Fields in org.patternfly.component.menu declared as MenuItemMethods in org.patternfly.component.menu that return MenuItemModifier and TypeMethodDescriptionstatic MenuItemMenuItem.actionMenuItem(String identifier, String text) Create a new menu item with typeMenuItemType.action.MenuItem.add(MenuItemAction itemAction) MenuItem.addAction(MenuItemAction itemAction) static MenuItemMenuItem.asyncMenuItem(String identifier, String text, Function<MenuList, elemental2.promise.Promise<List<MenuItem>>> loadItems) static MenuItemMenuItem.checkboxMenuItem(String identifier, String text) Create a new menu item with typeMenuItemType.link.MenuItem.danger()MenuItem.description(HTMLElement element) MenuItem.description(String description) MenuItem.disabled(boolean disabled) MenuItem.external()MenuItem.iconAndText(Element icon, String text, IconPosition iconPosition) static MenuItemMenuItem.linkMenuItem(String identifier, String text, String href) Create a new menu item with typeMenuItemType.link.static MenuItemMenuItem.menuItem(String identifier, MenuItemType type) Create a new menu item with the specified type.MenuItem.onClick(ComponentHandler<MenuItem> handler) MenuItem.removeIcon()MenuItem.selected()<T> MenuItemMenuItem.text(HTMLElement element) MenuItem.that()Methods in org.patternfly.component.menu that return types with arguments of type MenuItemMethods in org.patternfly.component.menu with parameters of type MenuItemModifier and TypeMethodDescriptionvoidMenuActionHandler.onAction(Menu menu, MenuItem item, MenuItemAction itemAction) voidvoidvoidMethod parameters in org.patternfly.component.menu with type arguments of type MenuItemModifier and TypeMethodDescriptionstatic MenuItemMenuItem.asyncMenuItem(String identifier, String text, Function<MenuList, elemental2.promise.Promise<List<MenuItem>>> loadItems) MenuItem.onClick(ComponentHandler<MenuItem> handler) Menu.onMultiSelect(MultiSelectHandler<Menu, MenuItem> selectHandler) Menu.onSingleSelect(SelectHandler<MenuItem> selectHandler)