public class ProductAutoCompleteEvent extends com.google.gwt.event.shared.GwtEvent<ProductAutoCompleteEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ProductAutoCompleteEventHandler> |
TYPE |
| Constructor and Description |
|---|
ProductAutoCompleteEvent(Product product,
TreeItemWithModel item) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ProductAutoCompleteEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<ProductAutoCompleteEventHandler> |
getAssociatedType() |
TreeItemWithModel |
getItem()
Returns the tree item instance that has been added to the tree and
user has executed a product search on it to be populated from selected product
|
Product |
getProduct()
Returns the product selected by user.
|
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<ProductAutoCompleteEventHandler> TYPE
public ProductAutoCompleteEvent(@Nonnull Product product, @Nonnull TreeItemWithModel item)
public com.google.gwt.event.shared.GwtEvent.Type<ProductAutoCompleteEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ProductAutoCompleteEventHandler>public Product getProduct()
public TreeItemWithModel getItem()
getProduct()protected void dispatch(ProductAutoCompleteEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ProductAutoCompleteEventHandler>Copyright © 2023. All rights reserved.