Class PopperMultiSelect
java.lang.Object
org.patternfly.component.ComponentDelegate<HTMLElement, PopperMultiSelect>
org.patternfly.component.menu.PopperMultiSelect
- All Implemented Interfaces:
Attachable, ElementAttributeMethods<HTMLElement, PopperMultiSelect>, ElementClassListMethods<HTMLElement, PopperMultiSelect>, ElementConsumerMethods<HTMLElement, PopperMultiSelect>, ElementContainerMethods<HTMLElement, PopperMultiSelect>, ElementEventMethods<HTMLElement, PopperMultiSelect>, ElementIdMethods<HTMLElement, PopperMultiSelect>, ElementQueryMethods<HTMLElement>, HTMLElementAttributeMethods<HTMLElement, PopperMultiSelect>, HTMLElementDataMethods<HTMLElement, PopperMultiSelect>, HTMLElementStyleMethods<HTMLElement, PopperMultiSelect>, HTMLElementVisibilityMethods<HTMLElement, PopperMultiSelect>, IsElement<HTMLElement>, TypedBuilder<HTMLElement, PopperMultiSelect>, Component, Expandable<HTMLElement, PopperMultiSelect>, Modifiers.Disabled<HTMLElement, PopperMultiSelect>
@Deprecated
public class PopperMultiSelect
extends ComponentDelegate<HTMLElement, PopperMultiSelect>
Deprecated.
A select component to select multiple items from a list.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.applyToMenuToggle(Consumer<MenuToggle> consumer) Deprecated.Provides access to the underlying menu toggle using a fluent API styleDeprecated.voidattach(MutationRecord mutationRecord) Deprecated.voidclear()Deprecated.voidclear(boolean fireEvent) Deprecated.voidcollapse(boolean fireEvent) Deprecated.voiddetach(MutationRecord mutationRecord) Deprecated.disabled(boolean disabled) Deprecated.Adds/removes modifier(disabled)voidexpand(boolean fireEvent) Deprecated.flip(boolean flip) Deprecated.booleanDeprecated.menu()Deprecated.Deprecated.static PopperMultiSelectmultiSelect(String text) Deprecated.Creates a new instance of MultiSelect with a toggle menu initialized using the provided text.static PopperMultiSelectmultiSelect(MenuToggle menuToggle) Deprecated.Creates a new instance ofMultiSelectinitialized with the specifiedMenuToggle.onLoaded(ComponentHandler<PopperMultiSelect> loadedHandler) Deprecated.onToggle(ToggleHandler<PopperMultiSelect> toggleHandler) Deprecated.placement(PopperPlacement placement) Deprecated.voidselectIdentifiers(List<String> identifiers) Deprecated.voidselectIdentifiers(List<String> identifiers, boolean fireEvent) Deprecated.voidselectItems(List<MenuItem> items) Deprecated.voidselectItems(List<MenuItem> items, boolean fireEvent) Deprecated.stayOpen()Deprecated.Deprecated.Specifies a condition that determines whether the menu should remain open when an event occurs.that()Deprecated.zIndex(int zIndex) Deprecated.Methods inherited from class ComponentDelegate
componentType, elementMethods 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
-
multiSelect
Deprecated.Creates a new instance of MultiSelect with a toggle menu initialized using the provided text. The toggle menu includes a badge initialized with a count of zero in the read state.- Parameters:
text- the text to be displayed on the toggle menu- Returns:
- a new instance of MultiSelect initialized with the specified text
-
that
Deprecated. -
clear
public void clear()Deprecated. -
clear
public void clear(boolean fireEvent) Deprecated. -
selectIdentifiers
-
selectIdentifiers
-
selectItems
-
selectItems
-
attach
Deprecated.- Specified by:
attachin interfaceAttachable
-
detach
Deprecated.- Specified by:
detachin interfaceAttachable
-
applyToMenuToggle
Deprecated.Provides access to the underlying menu toggle using a fluent API style -
disabled
Deprecated.Description copied from interface:Modifiers.DisabledAdds/removes modifier(disabled)- Specified by:
disabledin interfaceModifiers.Disabled<HTMLElement, B extends TypedBuilder<HTMLElement, B>>
-
isDisabled
public boolean isDisabled()Deprecated.- Specified by:
isDisabledin interfaceModifiers.Disabled<HTMLElement, B extends TypedBuilder<HTMLElement, B>>
-
flip
Deprecated. -
placement
Deprecated. -
stayOpen
Deprecated. -
stayOpen
Deprecated.Specifies a condition that determines whether the menu should remain open when an event occurs. -
zIndex
Deprecated. -
ariaLabel
Deprecated. -
onLoaded
Deprecated. -
onToggle
Deprecated. -
collapse
public void collapse(boolean fireEvent) Deprecated.- Specified by:
collapsein interfaceExpandable<HTMLElement, B extends TypedBuilder<HTMLElement, B>>
-
expand
public void expand(boolean fireEvent) Deprecated.- Specified by:
expandin interfaceExpandable<HTMLElement, B extends TypedBuilder<HTMLElement, B>>
-
MultiSelectinstead.