public static interface IncomingInvoiceDetailsPresenter.IView extends org.ctoolkit.gwt.client.view.IView<IncomingInvoice>
| Modifier and Type | Method and Description |
|---|---|
void |
fill(List<Transaction> transactions)
Fills the transactions that are associated with this invoice.
|
void |
selectTab(String tab)
Selects the specified tab to be visible to the user.
|
void |
update(Pricing pricing)
Updates the order's pricing (details and items) UI by recalculated price.
|
void selectTab(String tab)
tab - the name of the tab to be selectedvoid update(@Nonnull Pricing pricing)
pricing - the recalculated pricevoid fill(@Nullable List<Transaction> transactions)
transactions - the list of transactionCopyright © 2023. All rights reserved.