public class ProductSelectionChangedEvent extends com.google.gwt.event.shared.GwtEvent<ProductSelectionChangedEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ProductSelectionChangedEventHandler> |
TYPE |
| Constructor and Description |
|---|
ProductSelectionChangedEvent(com.smartgwt.client.widgets.grid.ListGridRecord record,
com.smartgwt.client.data.DataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ProductSelectionChangedEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<ProductSelectionChangedEventHandler> |
getAssociatedType() |
com.smartgwt.client.data.DataSource |
getDataSource() |
com.smartgwt.client.widgets.grid.ListGridRecord |
getRecord() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<ProductSelectionChangedEventHandler> TYPE
public ProductSelectionChangedEvent(com.smartgwt.client.widgets.grid.ListGridRecord record,
com.smartgwt.client.data.DataSource dataSource)
public com.google.gwt.event.shared.GwtEvent.Type<ProductSelectionChangedEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ProductSelectionChangedEventHandler>protected void dispatch(ProductSelectionChangedEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<ProductSelectionChangedEventHandler>public com.smartgwt.client.widgets.grid.ListGridRecord getRecord()
public com.smartgwt.client.data.DataSource getDataSource()
Copyright © 2014. All Rights Reserved.