public static interface IncomingInvoiceDetailsPresenter.IView extends org.ctoolkit.gwt.client.view.IView<IncomingInvoice>
| Modifier and Type | Method and Description |
|---|---|
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 selectedCopyright © 2020. All rights reserved.