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
FieldsModifier and TypeFieldDescriptionprotected Collection<com.vaadin.flow.component.Component>protected com.vaadin.flow.component.Componentprotected ViewSettings -
Constructor Summary
ConstructorsConstructorDescriptionSettingsContext(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