Class MenuToggleMenu<B extends TypedBuilder<HTMLElement, B>>

java.lang.Object
org.patternfly.component.ComponentDelegate<HTMLElement, B>
org.patternfly.component.menu.MenuToggleMenu<B>
All Implemented Interfaces:
Attachable, ElementAttributeMethods<HTMLElement, B>, ElementClassListMethods<HTMLElement, B>, ElementConsumerMethods<HTMLElement, B>, ElementContainerMethods<HTMLElement, B>, ElementEventMethods<HTMLElement, B>, ElementIdMethods<HTMLElement, B>, ElementQueryMethods<HTMLElement>, HTMLElementAttributeMethods<HTMLElement, B>, HTMLElementDataMethods<HTMLElement, B>, HTMLElementStyleMethods<HTMLElement, B>, HTMLElementVisibilityMethods<HTMLElement, B>, IsElement<HTMLElement>, TypedBuilder<HTMLElement, B>, Component, Expandable<HTMLElement, B>, Modifiers.Disabled<HTMLElement, B>
Direct Known Subclasses:
Dropdown, MultiSelect, MultiTypeahead, SingleSelect, SingleTypeahead

public abstract class MenuToggleMenu<B extends TypedBuilder<HTMLElement, B>> extends ComponentDelegate<HTMLElement, B> implements Modifiers.Disabled<HTMLElement, B>, Expandable<HTMLElement, B>, Attachable
Abstract base component for components that combine a MenuToggle and a Menu, such as Dropdown, SingleSelect, SingleTypeahead, or MultiSelect.

The component delegates to the MenuToggle component. The Menu is managed by a Popper instance.