Package org.patternfly.component.menu
Class SingleSelect
java.lang.Object
org.patternfly.component.ComponentDelegate<HTMLElement,SingleSelect>
org.patternfly.component.menu.SingleSelect
- All Implemented Interfaces:
Attachable,Finder<HTMLElement>,HasElement<HTMLElement,,SingleSelect> HasHTMLElement<HTMLElement,,SingleSelect> IsElement<HTMLElement>,TypedBuilder<HTMLElement,,SingleSelect> Component,Expandable<HTMLElement,,SingleSelect> Modifiers.Disabled<HTMLElement,SingleSelect>
A select list enables users to select one or more items from a list. Use a select list when options are dynamic or variable.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidattach(MutationRecord mutationRecord) voidcollapse(boolean fireEvent) voiddetach(MutationRecord mutationRecord) disabled(boolean disabled) voidexpand(boolean fireEvent) flip(boolean flip) booleanmenu()onToggle(ToggleHandler<SingleSelect> toggleHandler) voidvoidvoidvoidvoidvoidstatic SingleSelectsingleSelect(String text) static SingleSelectsingleSelect(MenuToggle menuToggle) that()zIndex(int zIndex) Methods inherited from class org.patternfly.component.ComponentDelegate
componentType, elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.patternfly.component.Expandable
collapse, expand, expanded, toggle, toggleMethods 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.Disabled
disabled
-
Method Details
-
singleSelect
-
that
-
attach
- Specified by:
attachin interfaceAttachable
-
detach
- Specified by:
detachin interfaceAttachable
-
disabled
- Specified by:
disabledin interfaceModifiers.Disabled<HTMLElement,B extends TypedBuilder<HTMLElement, B>>
-
isDisabled
public boolean isDisabled()- Specified by:
isDisabledin interfaceModifiers.Disabled<HTMLElement,B extends TypedBuilder<HTMLElement, B>>
-
flip
-
placement
-
zIndex
-
ariaLabel
-
onToggle
-
select
-
select
-
select
-
collapse
public void collapse(boolean fireEvent) - Specified by:
collapsein interfaceExpandable<HTMLElement,B extends TypedBuilder<HTMLElement, B>>
-
expand
public void expand(boolean fireEvent) - Specified by:
expandin interfaceExpandable<HTMLElement,B extends TypedBuilder<HTMLElement, B>>
-