public class EditInvoiceEvent extends com.google.gwt.event.shared.GwtEvent<EditInvoiceEventHandler>
Invoice.getOrderId() Order IDInvoice.getId() Invoice IDEditInvoiceEvent will open an edit form to create a new invoice.| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<EditInvoiceEventHandler> |
TYPE |
| Constructor and Description |
|---|
EditInvoiceEvent() |
EditInvoiceEvent(Invoice invoice) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(EditInvoiceEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<EditInvoiceEventHandler> |
getAssociatedType() |
Long |
getInvoiceId()
Returns the invoice ID or
null if the event represents a new invoice request. |
Long |
getOrderId()
Returns the order ID or
null if the event represents a new invoice request. |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<EditInvoiceEventHandler> TYPE
public com.google.gwt.event.shared.GwtEvent.Type<EditInvoiceEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<EditInvoiceEventHandler>protected void dispatch(EditInvoiceEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<EditInvoiceEventHandler>public Long getOrderId()
null if the event represents a new invoice request.nullpublic Long getInvoiceId()
null if the event represents a new invoice request.nullCopyright © 2020. All rights reserved.