| Package | Description |
|---|---|
| org.dominokit.domino.ui.dropdown |
| Modifier and Type | Method and Description |
|---|---|
DropdownActionsGroup<T> |
DropdownActionsGroup.appendChild(DropdownAction<T> action)
Adds action to the group
|
static <T> DropdownActionsGroup<T> |
DropdownActionsGroup.create(elemental2.dom.HTMLElement titleElement)
Creates an empty group with an element
title |
static <T> DropdownActionsGroup<T> |
DropdownActionsGroup.create(org.jboss.elemento.IsElement<?> titleElement)
Creates an empty group with an element
title |
static <T> DropdownActionsGroup<T> |
DropdownActionsGroup.create(elemental2.dom.Node titleElement)
Creates an empty group with an element
title |
static <T> DropdownActionsGroup<T> |
DropdownActionsGroup.create(String title)
Creates an empty group with a text
title |
| Modifier and Type | Method and Description |
|---|---|
DropDownMenu |
DropDownMenu.addGroup(DropdownActionsGroup<?> group)
Adds new group of actions to this menu as a one unit
|
Copyright © 2019–2022 Dominokit. All rights reserved.