Interface RouterLayout

    • Method Detail

      • showRouterLayoutContent

        default void showRouterLayoutContent​(HasElement content)
        Shows the content of the layout which is the router target component annotated with a @Route.

        Note implementors should not care about old @Route content, since it's handled separately by removeRouterLayoutContent(HasElement) which by default simply removes the old content.

        Parameters:
        content - the content component or null if the layout content is to be cleared.