use of com.haulmont.cuba.gui.screen.UiControllerUtils in project cuba by cuba-platform.
the class WebScreens method saveScreenSettings.
public void saveScreenSettings() {
Screen rootScreen = getOpenedScreens().getRootScreen();
saveSettings(rootScreen);
getOpenedWorkAreaScreensStream().forEach(UiControllerUtils::saveSettings);
getDialogScreensStream().forEach(UiControllerUtils::saveSettings);
}
Aggregations