org.broadleafcommerce.admin.client.event
Class ProductSelectionChangedEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<ProductSelectionChangedEventHandler>
          extended by org.broadleafcommerce.admin.client.event.ProductSelectionChangedEvent

public class ProductSelectionChangedEvent
extends com.google.gwt.event.shared.GwtEvent<ProductSelectionChangedEventHandler>

Author:
jfischer

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<ProductSelectionChangedEventHandler> TYPE
           
 
Constructor Summary
ProductSelectionChangedEvent(com.smartgwt.client.widgets.grid.ListGridRecord record, com.smartgwt.client.data.DataSource dataSource)
           
 
Method Summary
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()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static com.google.gwt.event.shared.GwtEvent.Type<ProductSelectionChangedEventHandler> TYPE
Constructor Detail

ProductSelectionChangedEvent

public ProductSelectionChangedEvent(com.smartgwt.client.widgets.grid.ListGridRecord record,
                                    com.smartgwt.client.data.DataSource dataSource)
Method Detail

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<ProductSelectionChangedEventHandler> getAssociatedType()
Overrides:
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.