Class SettingsFacet.SettingsContext

java.lang.Object
io.jmix.flowui.facet.SettingsFacet.SettingsContext
Enclosing interface:
SettingsFacet

public static class SettingsFacet.SettingsContext extends Object
Provides information about source component and components that should be managed by facet.
  • Field Details

    • source

      protected com.vaadin.flow.component.Component source
    • components

      protected Collection<com.vaadin.flow.component.Component> components
    • viewSettings

      protected ViewSettings viewSettings
  • Constructor Details

    • SettingsContext

      public SettingsContext(com.vaadin.flow.component.Component source, Collection<com.vaadin.flow.component.Component> components, ViewSettings viewSettings)
  • Method Details

    • getSource

      public com.vaadin.flow.component.Component getSource()
      Returns:
      the source component, e.g. View
    • getComponents

      public Collection<com.vaadin.flow.component.Component> getComponents()
      Returns:
      components that should be managed by facet
    • getViewSettings

      public ViewSettings getViewSettings()
      Returns:
      View settings