Class PopperSingleSelect
java.lang.Object
org.patternfly.component.ComponentDelegate<HTMLElement, PopperSingleSelect>
org.patternfly.component.menu.PopperSingleSelect
- All Implemented Interfaces:
Attachable, ElementAttributeMethods<HTMLElement, PopperSingleSelect>, ElementClassListMethods<HTMLElement, PopperSingleSelect>, ElementConsumerMethods<HTMLElement, PopperSingleSelect>, ElementContainerMethods<HTMLElement, PopperSingleSelect>, ElementEventMethods<HTMLElement, PopperSingleSelect>, ElementIdMethods<HTMLElement, PopperSingleSelect>, ElementQueryMethods<HTMLElement>, HTMLElementAttributeMethods<HTMLElement, PopperSingleSelect>, HTMLElementDataMethods<HTMLElement, PopperSingleSelect>, HTMLElementStyleMethods<HTMLElement, PopperSingleSelect>, HTMLElementVisibilityMethods<HTMLElement, PopperSingleSelect>, IsElement<HTMLElement>, TypedBuilder<HTMLElement, PopperSingleSelect>, Component, Expandable<HTMLElement, PopperSingleSelect>, Modifiers.Disabled<HTMLElement, PopperSingleSelect>
@Deprecated(since="0.7.0",
forRemoval=true)
public class PopperSingleSelect
extends ComponentDelegate<HTMLElement, PopperSingleSelect>
Deprecated, for removal: This API element is subject to removal in a future version.
A select component to select exactly one item from a list.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.applyToMenuToggle(Consumer<MenuToggle> consumer) Deprecated, for removal: This API element is subject to removal in a future version.Provides access to the underlying menu toggle using a fluent API styleDeprecated, for removal: This API element is subject to removal in a future version.voidattach(MutationRecord mutationRecord) Deprecated, for removal: This API element is subject to removal in a future version.voidclear()Deprecated, for removal: This API element is subject to removal in a future version.voidclear(boolean fireEvent) Deprecated, for removal: This API element is subject to removal in a future version.voidcollapse(boolean fireEvent) Deprecated, for removal: This API element is subject to removal in a future version.voiddetach(MutationRecord mutationRecord) Deprecated, for removal: This API element is subject to removal in a future version.disabled(boolean disabled) Deprecated, for removal: This API element is subject to removal in a future version.voidexpand(boolean fireEvent) Deprecated, for removal: This API element is subject to removal in a future version.flip(boolean flip) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.menu()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.onLoaded(ComponentHandler<PopperSingleSelect> loadedHandler) Deprecated, for removal: This API element is subject to removal in a future version.onToggle(ToggleHandler<PopperSingleSelect> toggleHandler) Deprecated, for removal: This API element is subject to removal in a future version.placement(PopperPlacement placement) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.static PopperSingleSelectsingleSelect(String text) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new SingleSelect component with the specified text.static PopperSingleSelectsingleSelect(MenuToggle menuToggle) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new SingleSelect component using the specified MenuToggle.stayOpen()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Specifies a condition that determines whether the menu should remain open when an event occurs.that()Deprecated, for removal: This API element is subject to removal in a future version.zIndex(int zIndex) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class ComponentDelegate
componentType, element, ouiaIdMethods 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.Disabled
disabled
-
Method Details
-
singleSelect
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new SingleSelect component with the specified text.- Parameters:
text- the text to display on the SingleSelect toggle- Returns:
- a new instance of SingleSelect
-
that
Deprecated, for removal: This API element is subject to removal in a future version. -
noDefaultSelectHandler
Deprecated, for removal: This API element is subject to removal in a future version. -
clear
public void clear()Deprecated, for removal: This API element is subject to removal in a future version. -
clear
public void clear(boolean fireEvent) Deprecated, for removal: This API element is subject to removal in a future version. -
select
Deprecated, for removal: This API element is subject to removal in a future version. -
select
Deprecated, for removal: This API element is subject to removal in a future version. -
attach
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
attachin interfaceAttachable
-
detach
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
detachin interfaceAttachable
-
applyToMenuToggle
Deprecated, for removal: This API element is subject to removal in a future version.Provides access to the underlying menu toggle using a fluent API style -
disabled
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
disabledin interfaceModifiers.Disabled<HTMLElement, B extends TypedBuilder<HTMLElement, B>>
-
isDisabled
public boolean isDisabled()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
isDisabledin interfaceModifiers.Disabled<HTMLElement, B extends TypedBuilder<HTMLElement, B>>
-
flip
Deprecated, for removal: This API element is subject to removal in a future version. -
placement
Deprecated, for removal: This API element is subject to removal in a future version. -
stayOpen
Deprecated, for removal: This API element is subject to removal in a future version. -
stayOpen
Deprecated, for removal: This API element is subject to removal in a future version.Specifies a condition that determines whether the menu should remain open when an event occurs. -
zIndex
Deprecated, for removal: This API element is subject to removal in a future version. -
ariaLabel
Deprecated, for removal: This API element is subject to removal in a future version. -
onLoaded
Deprecated, for removal: This API element is subject to removal in a future version. -
onToggle
Deprecated, for removal: This API element is subject to removal in a future version. -
collapse
public void collapse(boolean fireEvent) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
collapsein interfaceExpandable<HTMLElement, B extends TypedBuilder<HTMLElement, B>>
-
expand
public void expand(boolean fireEvent) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
expandin interfaceExpandable<HTMLElement, B extends TypedBuilder<HTMLElement, B>>
-
SingleSelectinstead.