DropDown
Table of Contents
Interfaces
- DropDownItemInterface
- Interface for dropdown items that can be added to a DropDownButton.
Classes
- AbstractDropDownItem
- Base class for all dropdown menu items that can be added to DropDownButton or SplitButton.
- DropDownDivider
- This dropdown item type renders the divider element.
- DropDownHeader
- This dropdown item type renders a noninteractive text element
to group items and gives more meaning to a set of options.
- DropDownItem
- This dropdown item type renders a simple element.
- DropDownRadio
- This dropdown item type renders an element with an active state.
- DropDownToggle
- This dropdown item type renders an element with an active state.