| Interface | Description |
|---|---|
| DropdownAction.FocusHandler<T> |
A handler that will be called when the element gets focused
|
| DropDownMenu.CloseHandler |
A handler that will be called when closing the menu
|
| DropDownMenu.OnAdd |
A handler that will be called when adding a new action
|
| DropDownMenu.OpenHandler |
A handler that will be called when opening the menu
|
| DropDownMenu.SearchFilter |
The search filter strategy which will filter the actions based on the search criteria
|
| DropDownPosition |
The dropdown position
|
| Class | Description |
|---|---|
| DropdownAction<T> |
A component which describes a drop down action
|
| DropdownActionsGroup<T> |
A component represents A group of actions to be added to the
DropDownMenu |
| DropDownMenu |
A component which provides a dropdown menu relative to an element
|
| DropDownPositionBottom |
Positions the menu on the bottom of its target element
|
| DropDownPositionBottomLeft |
Positions the menu on the bottom left of its target element
|
| DropDownPositionBottomRight |
Positions the menu on the bottom right of its target element
|
| DropDownPositionTop |
Positions the menu on the top of its target element
|
| DropDownPositionTopLeft |
Positions the menu on the top left of its target element
|
| DropDownPositionTopRight |
Positions the menu on the top right of its target element
|
| DropDownStyles |
Default CSS classes for
DropDownMenu |
| MenuNavigation<V extends org.jboss.elemento.IsElement<?>> | Deprecated |
| PositionMouseBottomLeft |
Positions the menu on the bottom left of the mouse click location
|
| PositionMouseBottomRight |
Positions the menu on the bottom right of the mouse click location
|
| PositionMouseTopLeft |
Positions the menu on the top left of the mouse click location
|
| PositionMouseTopRight |
Positions the menu on the top right of the mouse click location
|
Copyright © 2019–2022 Dominokit. All rights reserved.