Class MenuItemCommands.BeanCommand

java.lang.Object
io.jmix.flowui.menu.MenuItemCommands.BeanCommand
All Implemented Interfaces:
MenuItemCommand
Enclosing class:
MenuItemCommands

protected class MenuItemCommands.BeanCommand extends Object implements MenuItemCommand
  • Field Details

    • ui

      protected com.vaadin.flow.component.UI ui
    • item

      protected MenuItem item
    • bean

      protected String bean
    • beanMethod

      protected String beanMethod
  • Constructor Details

    • BeanCommand

      public BeanCommand(com.vaadin.flow.component.UI ui, MenuItem item, String bean, String beanMethod)
  • Method Details