Package io.jmix.ui.settings.facet
Class ScreenSettingsFacet.SettingsContext
java.lang.Object
io.jmix.ui.settings.facet.ScreenSettingsFacet.SettingsContext
- Enclosing interface:
- ScreenSettingsFacet
Provides information about source component and its child components.
-
Field Summary
Modifier and TypeFieldDescriptionprotected Collection<Component>
protected ScreenSettings
protected Component
-
Constructor Summary
ConstructorDescriptionSettingsContext
(Component source, Collection<Component> components, ScreenSettings screenSettings) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
source
-
components
-
screenSettings
-
-
Constructor Details
-
SettingsContext
public SettingsContext(Component source, Collection<Component> components, ScreenSettings screenSettings)
-
-
Method Details