Package org.pentaho.mantle.client.commands

Examples of org.pentaho.mantle.client.commands.RestoreFileCommand


        @Override
        public void onClick( ClickEvent event ) {
          List<RepositoryFile> restoreList = new ArrayList<RepositoryFile>();
          restoreList.add( fileSummary );
          new RestoreFileCommand( restoreList ).execute();
          dialog.hide();
        }

      } );
      setWidget( 13, 3, restoreButton );
View Full Code Here

TOP

Related Classes of org.pentaho.mantle.client.commands.RestoreFileCommand

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.