Class 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>

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: