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>, Modifiers.Disabled<HTMLElement, Dropdown>

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