Uses of Interface
com.vaadin.navigator.ViewLeaveAction
-
Packages that use ViewLeaveAction Package Description com.vaadin.navigator -
-
Uses of ViewLeaveAction in com.vaadin.navigator
Methods in com.vaadin.navigator with parameters of type ViewLeaveAction Modifier and Type Method Description voidNavigator. runAfterLeaveConfirmation(ViewLeaveAction action)TriggersView.beforeLeave(ViewBeforeLeaveEvent)for the current view with the given action.Constructors in com.vaadin.navigator with parameters of type ViewLeaveAction Constructor Description ViewBeforeLeaveEvent(Navigator navigator, ViewLeaveAction action)Creates a new event instance for the given navigator.
-