// TXT file: Download all
super.addCommand(new DownloadAllCommand<E>("download_txt_all", this.getController()));
// XLS file: Download visible
super.addCommand(new DownloadVisibleXlsCommand("download_xls_visible", this.getController()));
// XLS file: Download Selected
super.addCommand(new DownloadSelectedXlsCommand<E>("download_xls_selected", this.getController()));
// XLS file: Download all