Class ListMenuBuilder.MenuCommandExecutor

java.lang.Object
io.jmix.flowui.menu.ListMenuBuilder.MenuCommandExecutor
All Implemented Interfaces:
Consumer<ListMenu.MenuItem>
Enclosing class:
ListMenuBuilder

public static class ListMenuBuilder.MenuCommandExecutor extends Object implements Consumer<ListMenu.MenuItem>
A command executor responsible for handling user interactions with ListMenu.MenuItem instances. It associates a specific MenuItem with the corresponding commands and manages the execution of these commands when an item is selected.