Package org.vaadin.firitin.appframework
Annotation Interface MenuItem
- 
Field SummaryFields
- 
Optional Element SummaryOptional Elements
- 
Field Details- 
ENDstatic final int END- See Also:
 
- 
BEGINNINGstatic final int BEGINNING- See Also:
 
- 
DEFAULTstatic final int DEFAULT- See Also:
 
 
- 
- 
Element Details- 
enabledboolean 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
 
- 
titleString title- Default:
- ""
 
- 
orderint order- Default:
- 1000
 
- 
iconcom.vaadin.flow.component.icon.VaadinIcon icon- Default:
- FILE
 
 
-