Package com.storedobject.ui
Interface ApplicationLayout
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
drawMenu
(Application application) This method should draw the "menu".default com.vaadin.flow.component.HasComponents
default void
default boolean
default boolean
default void
viewDetached
(View view) Methods inherited from interface com.storedobject.vaadin.ApplicationLayout
closeMenu, getCaption, getComponent, getContentHeight, getContentWidth, getMenu, getMenuSearcher, loggedin, openMenu, resizeContent, setCaption, setContent, toggleMenu, viewSelected
-
Method Details
-
initialized
default void initialized() -
isMenuOpened
default boolean isMenuOpened() -
viewDetached
-
getProgressBarHolder
default com.vaadin.flow.component.HasComponents getProgressBarHolder() -
drawMenu
Description copied from interface:ApplicationLayout
This method should draw the "menu". It will be invoked when the application comes up.- Specified by:
drawMenu
in interfaceApplicationLayout
- Parameters:
application
- Application
-
isMenuVisible
default boolean isMenuVisible()
-