Interface ExportCallback
-
public interface ExportCallbackInterface for capturing the results of aDisplayer.export(ExportFormat, int, ExportCallback)request
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiderror(org.dashbuilder.common.client.error.ClientRuntimeError error)voidexportFileUrl(String url)voidnoData()voidtooManyRows(int rowNum)
-
-
-
Method Detail
-
noData
void noData()
-
tooManyRows
void tooManyRows(int rowNum)
-
exportFileUrl
void exportFileUrl(String url)
-
error
void error(org.dashbuilder.common.client.error.ClientRuntimeError error)
-
-