- MenuItem - Class in com.flowingcode.addons.applayout
-
Menu item component.
- MenuItem() - Constructor for class com.flowingcode.addons.applayout.MenuItem
-
No argument constructor
- MenuItem(String) - Constructor for class com.flowingcode.addons.applayout.MenuItem
-
Create a new instance of MenuItem with a label.
- MenuItem(String, Command) - Constructor for class com.flowingcode.addons.applayout.MenuItem
-
Create a new instance of MenuItem with a label and left-button command.
- MenuItem(String, VaadinIcon, Command) - Constructor for class com.flowingcode.addons.applayout.MenuItem
-
Create a new instance of MenuItem with a label, a VaadinIcon, and left-button command.
- MenuItem(String, String, Command) - Constructor for class com.flowingcode.addons.applayout.MenuItem
-
Create a new instance of MenuItem with a label, an icon, and left-button command.
- MouseClickEvent<T extends com.vaadin.flow.component.Component> - Class in com.flowingcode.addons.applayout
-
- MouseClickEvent(T, MouseClickEvent.MouseButton, boolean) - Constructor for class com.flowingcode.addons.applayout.MouseClickEvent
-
- MouseClickEvent.MouseButton - Enum in com.flowingcode.addons.applayout
-
- MouseClickListener<T extends com.vaadin.flow.component.Component> - Interface in com.flowingcode.addons.applayout
-