Search in sources :

Example 1 with FolderEditWindow

use of com.haulmont.cuba.web.app.folders.FolderEditWindow in project cuba by cuba-platform.

the class WebFilterHelper method openFolderEditWindow.

@Override
public void openFolderEditWindow(boolean isAppFolder, AbstractSearchFolder folder, Presentations presentations, Runnable commitHandler) {
    FolderEditWindow window = AppFolderEditWindow.create(isAppFolder, false, folder, presentations, commitHandler);
    AppUI.getCurrent().addWindow(window);
}
Also used : AppFolderEditWindow(com.haulmont.cuba.web.app.folders.AppFolderEditWindow) FolderEditWindow(com.haulmont.cuba.web.app.folders.FolderEditWindow)

Aggregations

AppFolderEditWindow (com.haulmont.cuba.web.app.folders.AppFolderEditWindow)1 FolderEditWindow (com.haulmont.cuba.web.app.folders.FolderEditWindow)1