public abstract class AbstractFcAppRouterLayout
extends com.vaadin.flow.component.html.Div
implements com.vaadin.flow.router.RouterLayout
configure method.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFcAppRouterLayout() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
configure(AppLayout app) |
protected void |
onAttach(com.vaadin.flow.component.AttachEvent attachEvent) |
protected void |
showRouterLayoutContent(AppLayout app,
com.vaadin.flow.component.HasElement content) |
void |
showRouterLayoutContent(com.vaadin.flow.component.HasElement content) |
addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onDetach, onEnabledStateChanged, set, setElement, setId, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddClickListener, addClickShortcutadd, add, addComponentAsFirst, addComponentAtIndex, remove, removeAllgetCssSize, getHeight, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, setHeight, setHeight, setHeightFull, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthFullprotected void onAttach(com.vaadin.flow.component.AttachEvent attachEvent)
onAttach in class com.vaadin.flow.component.Componentprotected abstract void configure(AppLayout app)
public final void showRouterLayoutContent(com.vaadin.flow.component.HasElement content)
showRouterLayoutContent in interface com.vaadin.flow.router.RouterLayoutprotected void showRouterLayoutContent(AppLayout app, com.vaadin.flow.component.HasElement content)
Copyright © 2018–2021 Flowing Code. All rights reserved.