public static interface ExpensesPresenter.IView extends org.ctoolkit.gwt.client.view.IView<Expense>
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
downloadDocument(String url)
Downloads PDF from the specified URL.
|
void |
scrollTo(String scrollspy) |
void |
setClearFilterEnabled(boolean enabled) |
void |
setDataSource(InfiniteScroll.Callback<Expense> callback) |
void downloadDocument(@Nonnull String url)
url - the full path to the PDFvoid clear()
void setDataSource(InfiniteScroll.Callback<Expense> callback)
void setClearFilterEnabled(boolean enabled)
Copyright © 2023. All rights reserved.