Package io.jmix.flowui.facet
Class SettingsFacet.SettingsContext
java.lang.Object
io.jmix.flowui.facet.SettingsFacet.SettingsContext
- Enclosing interface:
- SettingsFacet
Provides information about source component and components that should be managed by facet.
-
Field Summary
Modifier and TypeFieldDescriptionprotected Collection<com.vaadin.flow.component.Component>
protected com.vaadin.flow.component.Component
protected ViewSettings
-
Constructor Summary
ConstructorDescriptionSettingsContext
(com.vaadin.flow.component.Component source, Collection<com.vaadin.flow.component.Component> components, ViewSettings viewSettings) -
Method Summary
Modifier and TypeMethodDescriptionCollection<com.vaadin.flow.component.Component>
com.vaadin.flow.component.Component
-
Field Details
-
source
protected com.vaadin.flow.component.Component source -
components
-
viewSettings
-
-
Constructor Details
-
SettingsContext
public SettingsContext(com.vaadin.flow.component.Component source, Collection<com.vaadin.flow.component.Component> components, ViewSettings viewSettings)
-
-
Method Details