Package org.vaadin.firitin.appframework
Annotation Interface MenuItem
-
Optional Element Summary
-
Field Summary
-
Field Details
-
END
static final int END- See Also:
-
BEGINNING
static final int BEGINNING- See Also:
-
DEFAULT
static final int DEFAULT- See Also:
-
-
Element Details
-
enabled
boolean enabled- Returns:
- true if the menu item should be enabled in the navigation. Note that making the view disabled with this option, does NOT prevent navigation directly to the view using deep linking url.
- Default:
- true
-
title
String title- Default:
- ""
-
order
int order- Default:
- 1000
-
icon
com.vaadin.flow.component.icon.VaadinIcon icon- Default:
- FILE
-