public interface RouterLayout extends HasElement
Route.layout() parameter.| Modifier and Type | Method and Description |
|---|---|
default void |
showRouterLayoutContent(HasElement content)
Shows the content of the layout which is the router target component
annotated with a
@Route. |
getElementdefault void showRouterLayoutContent(HasElement content)
@Route.
Note implementors should not care about old
@Route content, because Router automatically removes
it before calling the method.
content - the content component or null if the layout content is to be cleared.Copyright © 2000–2019 Vaadin Ltd. All rights reserved.