Package org.patternfly.component.menu
Class MultiSelectMenu
java.lang.Object
org.patternfly.component.BaseComponent<elemental2.dom.HTMLDivElement,Menu>
org.patternfly.component.menu.Menu
org.patternfly.component.menu.MultiSelectMenu
- All Implemented Interfaces:
Container<elemental2.dom.HTMLDivElement,,Menu> Finder<elemental2.dom.HTMLDivElement>,HasElement<elemental2.dom.HTMLDivElement,,Menu> HasHTMLElement<elemental2.dom.HTMLDivElement,,Menu> IsElement<elemental2.dom.HTMLDivElement>,TypedBuilder<elemental2.dom.HTMLDivElement,,Menu> Component,Modifiers.Plain<elemental2.dom.HTMLDivElement,Menu>
Menu used for
MultiSelect 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 org.patternfly.component.menu.Menu
add, addContent, addDivider, addFooter, addFooter, addHeader, addHeader, addSearchInput, addSearchInput, favorites, flyout, height, menu, onAction, onMultiSelect, onSingleSelect, scrollable, select, select, select, select, select, selectMethods inherited from class org.patternfly.component.BaseComponent
componentType, elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, innerHtml, on, on, on, run, textContent, textNode, toggle, toggle, toggle, uniqueIdMethods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, titleMethods inherited from interface org.patternfly.style.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<elemental2.dom.HTMLDivElement,Menu> - Overrides:
thatin classMenu
-