@NonNullApi
| Interface | Description |
|---|---|
| ComponentSettingsRegistry |
Provides information for which component registered settings class.
|
| ScreenSettings |
Base interface for screen settings container.
|
| ScreenSettingsManager |
Provides functionality for applying and saving component settings.
|
| UiSettingsCache |
Provides saving/loading settings using the cache.
|
| UserSettingService |
Service providing current user settings functionality:
an application can save/load some "setting" (plain or XML string) for current user.
|
| UserSettingsTools |
Utility bean for work with user settings on web client tier.
|
| Class | Description |
|---|---|
| AbstractScreenSettings | |
| ScreenSettingsJson |
Screen settings that use JSON structure for stored settings.
|
| SettingsHelper |
Utility class for working with component settings.
|