Package org.patternfly.component.menu
Class SingleSelectMenu
java.lang.Object
org.patternfly.component.BaseComponent<HTMLDivElement,Menu>
org.patternfly.component.menu.Menu
org.patternfly.component.menu.SingleSelectMenu
- 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,org.patternfly.style.Modifiers.Plain<HTMLDivElement,Menu>
Menu used for
SingleSelect components.-
Method Summary
Modifier and TypeMethodDescriptionstatic SingleSelectMenuCreates a menu withMenuType.selectandSelectionMode.singlethat()Methods inherited from class org.patternfly.component.menu.Menu
add, addContent, addDivider, addFooter, addFooter, addHeader, addHeader, addSearch, allowTabFirstItem, attach, detach, 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.ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface org.jboss.elemento.ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface org.jboss.elemento.ElementConsumerMethods
apply, runMethods inherited from interface org.jboss.elemento.ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.ElementEventMethods
on, on, onMethods inherited from interface org.jboss.elemento.ElementIdMethods
id, uniqueIdMethods inherited from interface org.jboss.elemento.ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface org.jboss.elemento.HTMLElementAttributeMethods
titleMethods inherited from interface org.jboss.elemento.HTMLElementDataMethods
dataMethods inherited from interface org.jboss.elemento.HTMLElementStyleMethods
style, style, style, style, style, styleMethods inherited from interface org.jboss.elemento.HTMLElementVisibilityMethods
hiddenMethods inherited from interface org.patternfly.style.Modifiers.Plain
plain, plain
-
Method Details
-
singleSelectMenu
Creates a menu withMenuType.selectandSelectionMode.single -
that
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,Menu> - Overrides:
thatin classMenu
-