public class EditProductEvent extends com.google.gwt.event.shared.GwtEvent<EditProductEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<EditProductEventHandler> |
TYPE |
| Constructor and Description |
|---|
EditProductEvent() |
EditProductEvent(Product product) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(EditProductEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<EditProductEventHandler> |
getAssociatedType() |
Long |
getId()
Returns the product ID or
null if the event represents a new product request. |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<EditProductEventHandler> TYPE
public EditProductEvent()
public EditProductEvent(Product product)
public com.google.gwt.event.shared.GwtEvent.Type<EditProductEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<EditProductEventHandler>protected void dispatch(EditProductEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<EditProductEventHandler>public Long getId()
null if the event represents a new product request.nullCopyright © 2023. All rights reserved.