Uses of Class
com.storedobject.vaadin.Application
Packages that use Application
-
Uses of Application in com.storedobject.ui
Subclasses of Application in com.storedobject.uiMethods in com.storedobject.ui with parameters of type ApplicationModifier and TypeMethodDescriptiondefault void
ApplicationLayout.drawMenu
(Application application) -
Uses of Application in com.storedobject.ui.util
Methods in com.storedobject.ui.util with parameters of type Application -
Uses of Application in com.storedobject.vaadin
Methods in com.storedobject.vaadin with type parameters of type ApplicationModifier and TypeMethodDescriptiondefault <A extends Application>
AExecutableView.getApplication()
Get the current Application.default <A extends Application>
AHasColumns.getApplication()
Get the current Application.<A extends Application>
AView.getApplication()
Get the application that's tied to this View.Methods in com.storedobject.vaadin that return ApplicationModifier and TypeMethodDescriptionprotected Application
ApplicationView.createApplication()
Create an instance of the Application class.static Application
Application.get()
Get the current application.static Application
Application.get
(com.vaadin.flow.component.UI ui) Get the application for the given UI.AudioCapture.getApplication()
Get theApplication
to which this is attached.MediaCapture.getApplication()
Get theApplication
to which this is attached.VideoCapture.getApplication()
Get theApplication
to which this is attached.Methods in com.storedobject.vaadin with parameters of type ApplicationModifier and TypeMethodDescriptionvoid
ApplicationLayout.drawMenu
(Application application) This method should draw the "menu".default void
ApplicationLayout.loggedin
(Application application) This method is invoked when user authentication completed.