Class AppWorkArea

java.lang.Object
com.vaadin.flow.component.Component
io.jmix.tabbedmode.component.workarea.AppWorkArea
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, Serializable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

@Tag("div") public class AppWorkArea extends com.vaadin.flow.component.Component implements com.vaadin.flow.component.HasSize, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
See Also:
  • Field Details

  • Constructor Details

    • AppWorkArea

      public AppWorkArea()
  • Method Details

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • createMainTabSheet

      protected JmixMainTabSheet createMainTabSheet()
    • createInitialLayout

      protected com.vaadin.flow.component.Component createInitialLayout()
    • getInitialLayout

      public com.vaadin.flow.component.Component getInitialLayout()
    • setInitialLayout

      public void setInitialLayout(com.vaadin.flow.component.Component initialLayout)
    • onSelectedTabChanged

      protected void onSelectedTabChanged(JmixTabSheet.SelectedChangeEvent event)
    • updateUrl

      protected void updateUrl(com.vaadin.flow.router.Location resolvedLocation)
    • updatePageTitle

      protected void updatePageTitle(View<?> view)
    • switchTo

      public void switchTo(AppWorkArea.State state)
    • getTabbedWindowContainer

      public JmixMainTabSheet getTabbedWindowContainer()
    • getOpenedTabCount

      public int getOpenedTabCount()