Class IkasanAppLayout

  • All Implemented Interfaces:
    com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.router.RouterLayout, com.vaadin.flow.server.PageConfigurator, java.io.Serializable

    @JsModule("./styles/shared-styles.js")
    @CssImport("./styles/shared-styles.css") @CssImport(value="./styles/dialog-overlay.css",themeFor="vaadin-dialog-overlay")
    @Viewport("width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes")
    @Theme(com.vaadin.flow.theme.material.Material.class)
    @PreserveOnRefresh
    public class IkasanAppLayout
    extends com.github.appreciated.app.layout.component.router.AppLayoutRouterLayout<com.github.appreciated.app.layout.component.applayout.LeftLayouts.LeftHybridSmall>
    implements com.vaadin.flow.server.PageConfigurator
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      IkasanAppLayout()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configurePage​(com.vaadin.flow.server.InitialPageSettings settings)  
      void onAttach​(com.vaadin.flow.component.AttachEvent attachEvent)  
      • Methods inherited from class com.github.appreciated.app.layout.component.router.AppLayoutRouterLayoutBase

        closeDrawer, closeDrawerIfNotPersistent, createAppLayoutInstance, getAppLayout, getCurrent, init, initContent, openDrawer, setLayout, showRouterLayoutContent, toggleDrawer
      • Methods inherited from class com.vaadin.flow.component.Composite

        getChildren, getContent, getElement
      • Methods inherited from class com.vaadin.flow.component.Component

        addListener, fireEvent, from, get, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isTemplateMapped, isVisible, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.vaadin.flow.component.AttachNotifier

        addAttachListener
      • Methods inherited from interface com.vaadin.flow.component.DetachNotifier

        addDetachListener
      • Methods inherited from interface com.vaadin.flow.component.HasElement

        getElement
      • Methods inherited from interface com.vaadin.flow.router.RouterLayout

        removeRouterLayoutContent
    • Constructor Detail

      • IkasanAppLayout

        public IkasanAppLayout()
    • Method Detail

      • onAttach

        public void onAttach​(com.vaadin.flow.component.AttachEvent attachEvent)
        Overrides:
        onAttach in class com.github.appreciated.app.layout.component.router.AppLayoutRouterLayoutBase<com.github.appreciated.app.layout.component.applayout.LeftLayouts.LeftHybridSmall>
      • configurePage

        public void configurePage​(com.vaadin.flow.server.InitialPageSettings settings)
        Specified by:
        configurePage in interface com.vaadin.flow.server.PageConfigurator