Package org.ikasan.dashboard.ui.layout
Class IkasanAppLayout
- java.lang.Object
-
- com.vaadin.flow.component.Component
-
- com.vaadin.flow.component.Composite<com.vaadin.flow.component.html.Div>
-
- com.github.appreciated.app.layout.component.router.AppLayoutRouterLayoutBase<T>
-
- com.github.appreciated.app.layout.component.router.AppLayoutRouterLayout<com.github.appreciated.app.layout.component.applayout.LeftLayouts.LeftHybridSmall>
-
- org.ikasan.dashboard.ui.layout.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 voidconfigurePage(com.vaadin.flow.server.InitialPageSettings settings)voidonAttach(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
-
-
-
-
Method Detail
-
onAttach
public void onAttach(com.vaadin.flow.component.AttachEvent attachEvent)
- Overrides:
onAttachin classcom.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:
configurePagein interfacecom.vaadin.flow.server.PageConfigurator
-
-