DropdownEntry

constructor(items: List<DropdownItem>, enabled: Boolean = true, title: String? = null)

Parameters

items

Items shown in this dropdown group.

enabled

Whether this group is enabled. When false, all items in this group are disabled; when true, each item's DropdownItem.enabled value is still respected.

title

Optional group header rendered above items as a non-clickable DropdownHeaderItem (COUI coui_popup_list_window_header_item.xml). Popup mode only; dialog mode has no COUI header presentation and ignores it.