public interface CubaLegacySettings
Modifier and Type | Method and Description |
---|---|
void |
applyDataLoadingSettings(Settings settings)
Applies screen settings to data components.
|
void |
applySettings(Settings settings)
This method is called by the framework after opening the screen to apply user settings to all components.
|
void |
deleteSettings()
This method is called by the framework on reset to defaults action
|
Settings |
getSettings() |
void |
saveSettings()
This method is called by the framework when closing the screen to save user settings if they have been changed.
|
void applySettings(Settings settings)
void saveSettings()
Settings getSettings()
void deleteSettings()
void applyDataLoadingSettings(Settings settings)
settings
- screen settings