| Modifier and Type | Method and Description |
|---|---|
void |
BillsPresenter.IView.setDataSourceCurrentMonth(InfiniteScroll.Callback<Bill> callback) |
void |
BillsPresenter.IView.setDataSourceLastMonths(InfiniteScroll.Callback<Bill> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
BillsView.setDataSourceCurrentMonth(InfiniteScroll.Callback<Bill> callback) |
void |
BillsView.setDataSourceLastMonths(InfiniteScroll.Callback<Bill> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
InvoicesPresenter.IView.setDataSource(InfiniteScroll.Callback<Invoice> callback) |
void |
OrdersPresenter.IView.setDataSource(InfiniteScroll.Callback<Order> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
InvoicesView.setDataSource(InfiniteScroll.Callback<Invoice> callback) |
void |
OrdersView.setDataSource(InfiniteScroll.Callback<Order> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductsPresenter.IView.setDataSource(InfiniteScroll.Callback<Product> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductsView.setDataSource(InfiniteScroll.Callback<Product> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
IncomingInvoicesPresenter.IView.setDataSource(InfiniteScroll.Callback<IncomingInvoice> callback) |
void |
PurchaseOrdersPresenter.IView.setDataSource(InfiniteScroll.Callback<PurchaseOrder> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
IncomingInvoicesView.setDataSource(InfiniteScroll.Callback<IncomingInvoice> callback) |
void |
PurchaseOrdersView.setDataSource(InfiniteScroll.Callback<PurchaseOrder> callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
InfiniteScroll.setDataSource(InfiniteScroll.Callback<T> callback)
Sets infinite scroll data source callback.
|
void |
TimelinePanel.setDataSourceCurrentMonth(InfiniteScroll.Callback<T> callback) |
void |
TimelinePanel.setDataSourceLastMonths(InfiniteScroll.Callback<T> callback) |
Copyright © 2020. All rights reserved.