| Interface | Description |
|---|---|
| ViewContextStrategy |
Decision strategy on whether target navigation state belongs to active view
context.
|
| Annotation Type | Description |
|---|---|
| ViewContextByName |
Strategy to hold the context open while view name does not change.
|
| ViewContextByNameAndParameters |
Strategy to hold the context open while view name and view parameters do not
change.
|
| ViewContextByNavigation |
Strategy to release, and create a new context on every navigation regardless
of view name and parameters.
|
| ViewContextStrategyQualifier |
Annotations which define a strategy to
drive the behavior of the view context have to be annotated with this.
|
Copyright © 2018 Vaadin Ltd. All Rights Reserved.