@FunctionalInterface public interface ViewDisplay extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
showView(View view)
Remove previously shown view and show the newly selected view in its
place.
|
void showView(View view)
view
- new view to showCopyright © 2018 Vaadin Ltd. All rights reserved.