public class RowItemSelectionEvent extends com.google.gwt.event.shared.GwtEvent<RowItemSelectionEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<RowItemSelectionEventHandler> |
TYPE |
| Constructor and Description |
|---|
RowItemSelectionEvent(boolean selected) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(RowItemSelectionEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<RowItemSelectionEventHandler> |
getAssociatedType() |
boolean |
isSelected() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<RowItemSelectionEventHandler> TYPE
public com.google.gwt.event.shared.GwtEvent.Type<RowItemSelectionEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<RowItemSelectionEventHandler>public boolean isSelected()
protected void dispatch(RowItemSelectionEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<RowItemSelectionEventHandler>Copyright © 2023. All rights reserved.