Class MultiSelectMenu
java.lang.Object
org.patternfly.component.BaseComponent<HTMLDivElement, Menu>
org.patternfly.component.menu.Menu
org.patternfly.component.menu.MultiSelectMenu
- All Implemented Interfaces:
Attachable, ElementAttributeMethods<HTMLDivElement, Menu>, ElementClassListMethods<HTMLDivElement, Menu>, ElementConsumerMethods<HTMLDivElement, Menu>, ElementContainerMethods<HTMLDivElement, Menu>, ElementEventMethods<HTMLDivElement, Menu>, ElementIdMethods<HTMLDivElement, Menu>, ElementQueryMethods<HTMLDivElement>, HTMLElementAttributeMethods<HTMLDivElement, Menu>, HTMLElementDataMethods<HTMLDivElement, Menu>, HTMLElementStyleMethods<HTMLDivElement, Menu>, HTMLElementVisibilityMethods<HTMLDivElement, Menu>, IsElement<HTMLDivElement>, TypedBuilder<HTMLDivElement, Menu>, Component, Modifiers.Plain<HTMLDivElement, Menu>
Menu used for
MultiSelect and MultiTypeahead components.-
Method Summary
Modifier and TypeMethodDescriptionstatic MultiSelectMenuCreates a menu withMenuType.checkboxandSelectionMode.multistatic MultiSelectMenuCreates a menu withMenuType.selectandSelectionMode.groupstatic MultiSelectMenuCreates a menu withMenuType.selectandSelectionMode.multithat()Methods inherited from class Menu
add, addContent, addDivider, addFooter, addFooter, addHeader, addHeader, addSearch, allowTabFirstItem, attach, detach, favorites, findItem, flyout, hasAsyncItems, height, items, menu, onAction, onMultiSelect, onSingleSelect, reload, scrollable, select, select, select, select, select, select, selectedItemsMethods inherited from class BaseComponent
componentType, element, registerComponentMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hiddenMethods inherited from interface Modifiers.Plain
plain, plain
-
Method Details
-
multiSelectMenu
Creates a menu withMenuType.selectandSelectionMode.multi -
multiSelectGroupMenu
Creates a menu withMenuType.selectandSelectionMode.group -
multiSelectCheckboxMenu
Creates a menu withMenuType.checkboxandSelectionMode.multi -
that
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement, Menu>- Overrides:
thatin classMenu
-