Package org.patternfly.component.menu
Class Dropdown
java.lang.Object
org.patternfly.component.ComponentDelegate<HTMLElement,Dropdown>
org.patternfly.component.menu.Dropdown
- All Implemented Interfaces:
Attachable
,Finder<HTMLElement>
,HasElement<HTMLElement,
,Dropdown> HasHTMLElement<HTMLElement,
,Dropdown> IsElement<HTMLElement>
,TypedBuilder<HTMLElement,
,Dropdown> Component
,Expandable<HTMLElement,
,Dropdown> Modifiers.Disabled<HTMLElement,
Dropdown>
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.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
attach
(MutationRecord mutationRecord) void
collapse
(boolean fireEvent) void
detach
(MutationRecord mutationRecord) disabled
(boolean disabled) static Dropdown
static Dropdown
dropdown
(MenuToggle menuToggle) static Dropdown
dropdown
(PredefinedIcon icon, String label) void
expand
(boolean fireEvent) flip
(boolean flip) boolean
menu()
onToggle
(ToggleHandler<Dropdown> toggleHandler) void
void
void
void
void
void
that()
zIndex
(int zIndex) Methods inherited from class org.patternfly.component.ComponentDelegate
componentType, element
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.patternfly.component.Expandable
collapse, expand, expanded, toggle, toggle
Methods 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, uniqueId
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, title
Methods inherited from interface org.patternfly.style.Modifiers.Disabled
disabled
-
Method Details
-
dropdown
-
dropdown
-
that
-
attach
- Specified by:
attach
in interfaceAttachable
-
detach
- Specified by:
detach
in interfaceAttachable
-
disabled
- Specified by:
disabled
in interfaceModifiers.Disabled<HTMLElement,
B extends TypedBuilder<HTMLElement, B>>
-
isDisabled
public boolean isDisabled()- Specified by:
isDisabled
in interfaceModifiers.Disabled<HTMLElement,
B extends TypedBuilder<HTMLElement, B>>
-
flip
-
placement
-
zIndex
-
ariaLabel
-
onToggle
-
select
-
select
-
select
-
collapse
public void collapse(boolean fireEvent) - Specified by:
collapse
in interfaceExpandable<HTMLElement,
B extends TypedBuilder<HTMLElement, B>>
-
expand
public void expand(boolean fireEvent) - Specified by:
expand
in interfaceExpandable<HTMLElement,
B extends TypedBuilder<HTMLElement, B>>
-