| 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 |
ExpensesPresenter.IView.setDataSource(InfiniteScroll.Callback<Expense> callback) |
void |
PurchaseOrdersPresenter.IView.setDataSource(InfiniteScroll.Callback<PurchaseOrder> callback) |
| Modifier and Type | Class and Description |
|---|---|
class |
BillScrollCallback |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpensesView.setDataSource(InfiniteScroll.Callback<Expense> 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.
|
Copyright © 2023. All rights reserved.