Skip to content

Commit

Permalink
removing xls button
Browse files Browse the repository at this point in the history
  • Loading branch information
twerges committed Jan 26, 2012
1 parent f7aa56b commit 3a3b402
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -73,11 +73,6 @@ void handleCsvButtonClick( ClickEvent e ) {
this.presenter.downloadCsv( );
}

@UiHandler( "xlsButton" )
void handleXlsButtonClick( ClickEvent e ) {
this.presenter.downloadXls( );
}

@UiHandler( "htmlButton" )
void handleHtmlButtonClick( ClickEvent e ) {
this.presenter.downloadHtml( );
Expand Down

0 comments on commit 3a3b402

Please sign in to comment.