org.broadleafcommerce.admin.client.event
Class CategorySelectionChangedEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<CategorySelectionChangedEventHandler>
org.broadleafcommerce.admin.client.event.CategorySelectionChangedEvent
public class CategorySelectionChangedEvent
- extends com.google.gwt.event.shared.GwtEvent<CategorySelectionChangedEventHandler>
- Author:
- jfischer
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
|
Constructor Summary |
CategorySelectionChangedEvent(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 |
| Methods inherited from class com.google.web.bindery.event.shared.Event |
setSource, toDebugString, toString |
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<CategorySelectionChangedEventHandler> TYPE
CategorySelectionChangedEvent
public CategorySelectionChangedEvent(com.smartgwt.client.widgets.grid.ListGridRecord record,
com.smartgwt.client.data.DataSource dataSource)
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.