public class Transactions
extends com.google.gwt.user.client.ui.Composite
| Constructor and Description |
|---|
Transactions(com.google.web.bindery.event.shared.EventBus eventBus) |
| Modifier and Type | Method and Description |
|---|---|
void |
fill(List<Transaction> transactions)
Fills the payment transactions to be listed in the table.
|
void |
initFor(Long orderId,
Long invoiceId)
Fires an event to request list all transactions associated with the invoice.
|
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringpublic Transactions(com.google.web.bindery.event.shared.EventBus eventBus)
public void initFor(@Nullable Long orderId, @Nullable Long invoiceId)
orderId - the order identification to get associated transactionsinvoiceId - the invoice identification to get associated transactionspublic void fill(@Nullable List<Transaction> transactions)
transactions - the list of transactionCopyright © 2023. All rights reserved.