org.broadleafcommerce.admin.client.event
Class ProductSelectionChangedEvent
java.lang.Object
com.google.gwt.event.shared.GwtEvent<ProductSelectionChangedEventHandler>
org.broadleafcommerce.admin.client.event.ProductSelectionChangedEvent
public class ProductSelectionChangedEvent
- extends com.google.gwt.event.shared.GwtEvent<ProductSelectionChangedEventHandler>
- Author:
- jfischer
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
|
Constructor Summary |
ProductSelectionChangedEvent(com.smartgwt.client.widgets.grid.ListGridRecord record,
com.smartgwt.client.data.DataSource dataSource)
|
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
assertLive, getSource, isLive, kill, revive, toDebugString, toString |
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<ProductSelectionChangedEventHandler> TYPE
ProductSelectionChangedEvent
public ProductSelectionChangedEvent(com.smartgwt.client.widgets.grid.ListGridRecord record,
com.smartgwt.client.data.DataSource dataSource)
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<ProductSelectionChangedEventHandler> getAssociatedType()
- Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ProductSelectionChangedEventHandler>
dispatch
protected void dispatch(ProductSelectionChangedEventHandler handler)
- Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<ProductSelectionChangedEventHandler>
getRecord
public com.smartgwt.client.widgets.grid.ListGridRecord getRecord()
getDataSource
public com.smartgwt.client.data.DataSource getDataSource()
Copyright © 2012. All Rights Reserved.