Uses of Class
org.patternfly.component.menu.MenuToggle
Packages that use MenuToggle
-
Uses of MenuToggle in org.patternfly.component.menu
Subclasses with type arguments of type MenuToggle in org.patternfly.component.menuModifier and TypeClassDescriptionclassThe menu toggle component pairs with the menu OR the panel component to create a more customizable dropdown and select implementations.Classes in org.patternfly.component.menu that implement interfaces with type arguments of type MenuToggleModifier and TypeClassDescriptionclassThe menu toggle component pairs with the menu OR the panel component to create a more customizable dropdown and select implementations.classThe menu toggle component pairs with the menu OR the panel component to create a more customizable dropdown and select implementations.classThe menu toggle component pairs with the menu OR the panel component to create a more customizable dropdown and select implementations.classThe menu toggle component pairs with the menu OR the panel component to create a more customizable dropdown and select implementations.classThe menu toggle component pairs with the menu OR the panel component to create a more customizable dropdown and select implementations.classThe menu toggle component pairs with the menu OR the panel component to create a more customizable dropdown and select implementations.classThe menu toggle component pairs with the menu OR the panel component to create a more customizable dropdown and select implementations.classThe menu toggle component pairs with the menu OR the panel component to create a more customizable dropdown and select implementations.Methods in org.patternfly.component.menu that return MenuToggleModifier and TypeMethodDescriptionMenuToggle.add(MenuToggleAction action) MenuToggle.add(BaseFilterInput<?> filterInput) MenuToggle.add(BaseSearchInput<?> searchInput) MenuToggle.addAction(MenuToggleAction action) MenuToggle.addCheckbox(Checkbox checkbox) MenuToggle.addFilterInput(BaseFilterInput<?> filterInput) MenuToggle.addSearchInput(BaseSearchInput<?> searchInput) MenuToggle.disabled(boolean disabled) MenuToggle.iconAndText(Element icon, String text, IconPosition iconPosition) static MenuToggleMenuToggle.menuToggle()static MenuToggleMenuToggle.menuToggle(Element icon) static MenuToggleMenuToggle.menuToggle(Element icon, String label) static MenuToggleMenuToggle.menuToggle(String text) static MenuToggleMenuToggle.menuToggle(MenuToggleType type) static <T extends BaseFilterInput<T>>
MenuToggleMenuToggle.menuToggle(BaseFilterInput<T> filterInput) static <T extends BaseSearchInput<T>>
MenuToggleMenuToggle.menuToggle(BaseSearchInput<T> searchInput) static MenuToggleMenuToggle.menuToggle(PredefinedIcon icon) static MenuToggleMenuToggle.menuToggle(PredefinedIcon icon, String label) MenuToggleMenu.menuToggle()MenuToggle.placeholder()MenuToggle.placeholder(boolean placeholder) MenuToggle.removeIcon()MenuToggle.small()MenuToggle.that()MenuToggle.validated(ValidationStatus status) Methods in org.patternfly.component.menu with parameters of type MenuToggleModifier and TypeMethodDescriptionstatic DropdownDropdown.dropdown(MenuToggle menuToggle) static MultiSelectMultiSelect.multiSelect(MenuToggle menuToggle) Creates a new instance ofMultiSelectinitialized with the specifiedMenuToggle.static SingleSelectSingleSelect.singleSelect(MenuToggle menuToggle) Creates a new SingleSelect component using the specified MenuToggle.Method parameters in org.patternfly.component.menu with type arguments of type MenuToggleModifier and TypeMethodDescriptionMenuToggleMenu.applyTo(Consumer<MenuToggle> consumer) Provides access to the underlying menu toggle using a fluent API style