Request handler that respond the specified table component as a XLS file.
An possible {@link Link} onClick method implementation seting this handler could be:
public void onClick() {
IRequestHandler handler = new TableComponentAsXlsHandler( table, "fileName.xls");
RequestCycle.get().scheduleRequestHandlerAfterCurrent(handler);
}
@author Pedro Santos
|
|
|
|