public class GridSelectionAllowedEvent extends com.google.gwt.event.shared.GwtEvent<GridSelectionAllowedHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<GridSelectionAllowedHandler> |
TYPE
The type of this event.
|
| Constructor and Description |
|---|
GridSelectionAllowedEvent(boolean selectionAllowed)
Creates a new event instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(GridSelectionAllowedHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<GridSelectionAllowedHandler> |
getAssociatedType() |
boolean |
isSelectionAllowed()
Gets selection allowed value.
|
assertLive, getSource, isLive, kill, revivepublic static final com.google.gwt.event.shared.GwtEvent.Type<GridSelectionAllowedHandler> TYPE
public GridSelectionAllowedEvent(boolean selectionAllowed)
selectionAllowed - selection allowed valuepublic com.google.gwt.event.shared.GwtEvent.Type<GridSelectionAllowedHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<GridSelectionAllowedHandler>public boolean isSelectionAllowed()
true if selection is allowed, false otherwiseprotected void dispatch(GridSelectionAllowedHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<GridSelectionAllowedHandler>Copyright © 2021 Vaadin Ltd. All rights reserved.