This commit is contained in:
Francesco Mangiacrapa 2014-02-25 16:24:31 +00:00
parent 0858fbd167
commit 653ae71aff
1 changed files with 2 additions and 2 deletions

View File

@ -354,7 +354,7 @@ public class AppControllerExplorer implements EventHandler, TreeAppControllerInt
Info.display("Info", "An operation of sharing was submitted");
explorerPanel.mask("Setting permissions");
explorerPanel.mask("Setting permissions", ConstantsExplorer.LOADINGSTYLE);
rpcWorkspaceService.shareFolder(fileModel, finalDialog.getSharedListUsers(), isNewFolder, finalDialog.getSelectedACL(), new AsyncCallback<Boolean>() {
@ -1337,7 +1337,7 @@ public class AppControllerExplorer implements EventHandler, TreeAppControllerInt
String clickedButton = be.getButtonClicked().getItemId();
if(clickedButton.equals(Dialog.YES)){
explorerPanel.getAsycTreePanel().mask("Deleting");
explorerPanel.getAsycTreePanel().mask("Deleting", ConstantsExplorer.LOADINGSTYLE);
rpcWorkspaceService.removeItem(event.getFileTarget().getIdentifier(), new AsyncCallback<Boolean>(){
@Override