Uses of Class
org.vaadin.miki.superfields.unload.UnloadObserver
Packages that use UnloadObserver
-
Uses of UnloadObserver in org.vaadin.miki.superfields.unload
Methods in org.vaadin.miki.superfields.unload that return UnloadObserverModifier and TypeMethodDescriptionstatic UnloadObserverUnloadObserver.get()Returns or creates an instance for current UI.static UnloadObserverUnloadObserver.get(com.vaadin.flow.component.UI ui) Returns or creates an instance for a given UI.static UnloadObserverUnloadObserver.getAttached()Returns or creates an instance for current UI and attaches that instance to the UI, if not yet attached.static <C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents>
UnloadObserverUnloadObserver.getAttached(C parent) Returns or creates an instance for the UI associated with givenparentand attaches that instance toparent.UnloadObserver.withoutQueryingOnUnload()Shortcut forwithQueryingOnUnload(false).UnloadObserver.withQueryingOnUnload()Shortcut forwithQueryingOnUnload(true).UnloadObserver.withQueryingOnUnload(boolean value) ChainssetQueryingOnUnload(boolean)and returns itself.Constructors in org.vaadin.miki.superfields.unload with parameters of type UnloadObserverModifierConstructorDescriptionUnloadEvent(UnloadObserver source, boolean attempted) Creates a new event using the given source and indicator whether the event originated from the client side or the server side.