org.broadleafcommerce.admin.client.event
Class CategorySelectionChangedEvent

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

public class CategorySelectionChangedEvent
extends com.google.gwt.event.shared.GwtEvent<CategorySelectionChangedEventHandler>

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<CategorySelectionChangedEventHandler> TYPE
           
 
Constructor Summary
CategorySelectionChangedEvent(com.smartgwt.client.widgets.grid.ListGridRecord record, com.smartgwt.client.data.DataSource dataSource)
           
 
Method Summary
protected  void dispatch(CategorySelectionChangedEventHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<CategorySelectionChangedEventHandler> 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<CategorySelectionChangedEventHandler> TYPE
Constructor Detail

CategorySelectionChangedEvent

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

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<CategorySelectionChangedEventHandler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<CategorySelectionChangedEventHandler>

dispatch

protected void dispatch(CategorySelectionChangedEventHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<CategorySelectionChangedEventHandler>

getRecord

public com.smartgwt.client.widgets.grid.ListGridRecord getRecord()

getDataSource

public com.smartgwt.client.data.DataSource getDataSource()


Copyright © 2013. All Rights Reserved.