Class RootLayout
java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.orderedlayout.VerticalLayout
one.microstream.storage.restclient.app.ui.RootLayout
- All Implemented Interfaces:
- com.vaadin.flow.component.AttachNotifier,- com.vaadin.flow.component.ClickNotifier<com.vaadin.flow.component.orderedlayout.VerticalLayout>,- com.vaadin.flow.component.DetachNotifier,- com.vaadin.flow.component.HasComponents,- com.vaadin.flow.component.HasElement,- com.vaadin.flow.component.HasEnabled,- com.vaadin.flow.component.HasOrderedComponents<com.vaadin.flow.component.orderedlayout.VerticalLayout>,- com.vaadin.flow.component.HasSize,- com.vaadin.flow.component.HasStyle,- com.vaadin.flow.component.orderedlayout.FlexComponent<com.vaadin.flow.component.orderedlayout.VerticalLayout>,- com.vaadin.flow.component.orderedlayout.ThemableLayout,- com.vaadin.flow.router.BeforeEnterObserver,- com.vaadin.flow.router.internal.BeforeEnterHandler,- com.vaadin.flow.router.RouterLayout,- com.vaadin.flow.server.PageConfigurator,- Serializable
@Theme(value=com.vaadin.flow.theme.lumo.Lumo.class,
       variant="dark")
@HtmlImport("styles/shared-styles.html")
public class RootLayout
extends com.vaadin.flow.component.orderedlayout.VerticalLayout
implements com.vaadin.flow.router.RouterLayout, com.vaadin.flow.router.BeforeEnterObserver, com.vaadin.flow.server.PageConfigurator
- See Also:
- Serialized Form
- 
Nested Class Summary
- 
Field SummaryFields Modifier and Type Field Description static StringPAGE_TITLE
- 
Constructor SummaryConstructors Constructor Description RootLayout()
- 
Method SummaryModifier and Type Method Description voidbeforeEnter(com.vaadin.flow.router.BeforeEnterEvent event)voidconfigurePage(com.vaadin.flow.server.InitialPageSettings settings)Methods inherited from class com.vaadin.flow.component.orderedlayout.VerticalLayoutaddAndExpand, getAlignItems, getAlignSelf, getDefaultHorizontalComponentAlignment, getHorizontalComponentAlignment, setAlignItems, setAlignSelf, setDefaultHorizontalComponentAlignment, setHorizontalComponentAlignment, setPadding, setSpacingMethods inherited from class com.vaadin.flow.component.ComponentaddListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisibleMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.ClickNotifieraddClickListener, addClickShortcutMethods inherited from interface com.vaadin.flow.component.orderedlayout.FlexComponentexpand, getFlexGrow, getJustifyContentMode, replace, setFlexGrow, setJustifyContentModeMethods inherited from interface com.vaadin.flow.component.HasComponentsadd, add, addComponentAsFirst, addComponentAtIndex, remove, removeAllMethods inherited from interface com.vaadin.flow.component.HasOrderedComponentsgetComponentAt, getComponentCount, indexOfMethods inherited from interface com.vaadin.flow.component.HasSizegetHeight, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, setHeight, setHeightFull, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidthFullMethods inherited from interface com.vaadin.flow.component.HasStyleaddClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
- 
Field Details- 
PAGE_TITLE- See Also:
- Constant Field Values
 
 
- 
- 
Constructor Details- 
RootLayoutpublic RootLayout()
 
- 
- 
Method Details- 
beforeEnterpublic void beforeEnter(com.vaadin.flow.router.BeforeEnterEvent event)- Specified by:
- beforeEnterin interface- com.vaadin.flow.router.internal.BeforeEnterHandler
 
- 
configurePagepublic void configurePage(com.vaadin.flow.server.InitialPageSettings settings)- Specified by:
- configurePagein interface- com.vaadin.flow.server.PageConfigurator
 
 
-