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