@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface ViewContextByNameAndParameters
This strategy is on par with navigator view life cycle. If navigation is not
reverted in a ViewChangeListener.beforeViewChange(ViewChangeEvent), a
new view context is activated. After
ViewChangeListener.afterViewChange(ViewChangeEvent) is called, old view
context will be closed.
View#enter(ViewChangeEvent) will be called for the new View
instance.
Copyright © 2018 Vaadin Ltd. All Rights Reserved.