Search in sources :

Example 1 with UiControllerUtils

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);
}
Also used : Screen(com.haulmont.cuba.gui.screen.Screen) UiControllerUtils(com.haulmont.cuba.gui.screen.UiControllerUtils)

Aggregations

Screen (com.haulmont.cuba.gui.screen.Screen)1 UiControllerUtils (com.haulmont.cuba.gui.screen.UiControllerUtils)1