Interface ActionUserMenuItem

All Superinterfaces:
ActionHolder, com.vaadin.flow.component.HasElement, HasSubParts, com.vaadin.flow.component.HasTheme, com.vaadin.flow.component.shared.HasThemeVariant<UserMenuItemVariant>, Serializable, UserMenuItem, UserMenuItem.HasSubMenu
All Known Implementing Classes:
JmixUserMenu.ActionUserMenuItemImpl

public interface ActionUserMenuItem extends UserMenuItem, UserMenuItem.HasSubMenu, ActionHolder
Represents a specific type of UserMenuItem that is associated with an Action.
  • Method Details