Class PopperDropdown
java.lang.Object
org.patternfly.component.ComponentDelegate<HTMLElement, PopperDropdown>
org.patternfly.component.menu.PopperDropdown
- All Implemented Interfaces:
Attachable, ElementAttributeMethods<HTMLElement, PopperDropdown>, ElementClassListMethods<HTMLElement, PopperDropdown>, ElementConsumerMethods<HTMLElement, PopperDropdown>, ElementContainerMethods<HTMLElement, PopperDropdown>, ElementEventMethods<HTMLElement, PopperDropdown>, ElementIdMethods<HTMLElement, PopperDropdown>, ElementQueryMethods<HTMLElement>, HTMLElementAttributeMethods<HTMLElement, PopperDropdown>, HTMLElementDataMethods<HTMLElement, PopperDropdown>, HTMLElementStyleMethods<HTMLElement, PopperDropdown>, HTMLElementVisibilityMethods<HTMLElement, PopperDropdown>, IsElement<HTMLElement>, TypedBuilder<HTMLElement, PopperDropdown>, Component, Expandable<HTMLElement, PopperDropdown>, org.patternfly.core.OuiaSupport<HTMLElement, PopperDropdown>, org.patternfly.style.Modifiers.Disabled<HTMLElement, PopperDropdown>
Deprecated.
A dropdown presents a menu of actions or links in a constrained space that will trigger a process or navigate to a new
location. See select component guidelines for more information about making one or more selections from a list of items in a
value 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.voidcollapse(boolean fireEvent) Deprecated.voiddetach(MutationRecord mutationRecord) Deprecated.disabled(boolean disabled) Deprecated.static PopperDropdownDeprecated.static PopperDropdowndropdown(MenuToggle menuToggle) Deprecated.static PopperDropdownDeprecated.voidexpand(boolean fireEvent) Deprecated.flip(boolean flip) Deprecated.booleanDeprecated.menu()Deprecated.Deprecated.onLoaded(org.patternfly.handler.ComponentHandler<PopperDropdown> loadedHandler) Deprecated.onToggle(org.patternfly.handler.ToggleHandler<PopperDropdown> toggleHandler) Deprecated.placement(org.patternfly.popper.PopperPlacement placement) 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, element, ouiaComponentTypeMethods 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 org.patternfly.style.Modifiers.Disabled
disabledMethods inherited from interface org.patternfly.core.OuiaSupport
initOuia, initOuia, ouiaId, ouiaSafe, ouiaTransition
-
Method Details
-
dropdown
Deprecated. -
dropdown
Deprecated. -
that
Deprecated. -
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.- Specified by:
disabledin interfaceorg.patternfly.style.Modifiers.Disabled<HTMLElement, B extends TypedBuilder<HTMLElement, B>>
-
isDisabled
public boolean isDisabled()Deprecated.- Specified by:
isDisabledin interfaceorg.patternfly.style.Modifiers.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
public PopperDropdown onLoaded(org.patternfly.handler.ComponentHandler<PopperDropdown> loadedHandler) 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>>
-
Dropdowninstead.