Uses of Class
org.patternfly.component.menu.MenuList
Packages that use MenuList
-
Uses of MenuList in org.patternfly.component.menu
Subclasses with type arguments of type MenuList in org.patternfly.component.menuClasses in org.patternfly.component.menu that implement interfaces with type arguments of type MenuListMethods in org.patternfly.component.menu that return MenuListModifier and TypeMethodDescriptionMenuList.add(AsyncItems<MenuList, MenuItem> items) MenuList.addDivider()MenuList.addItems(AsyncItems<MenuList, MenuItem> items) static MenuListMenuList.menuList()Creates a new menu list component.MenuList.onAdd(BiConsumer<MenuList, MenuItem> onAdd) MenuList.onRemove(BiConsumer<MenuList, MenuItem> onRemove) MenuList.that()Methods in org.patternfly.component.menu with parameters of type MenuListModifier and TypeMethodDescriptionGenerates a menu item to be displayed when no results are found in the specified menu list for the given input text.Method parameters in org.patternfly.component.menu with type arguments of type MenuListModifier and TypeMethodDescriptionMenuList.add(AsyncItems<MenuList, MenuItem> items) MenuList.addItems(AsyncItems<MenuList, MenuItem> items) static MenuItemMenuItem.asyncMenuItem(String identifier, String text, AsyncItems<MenuList, MenuItem> loadItems) MenuList.onAdd(BiConsumer<MenuList, MenuItem> onAdd) MenuList.onRemove(BiConsumer<MenuList, MenuItem> onRemove)