Class Dropdown

All Implemented Interfaces:
Attachable, ElementAttributeMethods<HTMLElement,Dropdown>, ElementClassListMethods<HTMLElement,Dropdown>, ElementConsumerMethods<HTMLElement,Dropdown>, ElementContainerMethods<HTMLElement,Dropdown>, ElementEventMethods<HTMLElement,Dropdown>, ElementIdMethods<HTMLElement,Dropdown>, ElementQueryMethods<HTMLElement>, HTMLElementAttributeMethods<HTMLElement,Dropdown>, HTMLElementDataMethods<HTMLElement,Dropdown>, HTMLElementStyleMethods<HTMLElement,Dropdown>, HTMLElementVisibilityMethods<HTMLElement,Dropdown>, IsElement<HTMLElement>, TypedBuilder<HTMLElement,Dropdown>, Component, Expandable<HTMLElement,Dropdown>, org.patternfly.style.Modifiers.Disabled<HTMLElement,Dropdown>

public class Dropdown extends ComponentDelegate<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: