public class ShowOnlySelectedRowEvent extends com.google.gwt.event.shared.GwtEvent<ShowOnlySelectedRowEventHandler>
Modifier and Type | Field and Description |
---|---|
protected boolean |
onlySelected |
static com.google.gwt.event.shared.GwtEvent.Type<ShowOnlySelectedRowEventHandler> |
TYPE |
Constructor and Description |
---|
ShowOnlySelectedRowEvent(boolean onlySelected) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(ShowOnlySelectedRowEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<ShowOnlySelectedRowEventHandler> |
getAssociatedType() |
boolean |
isOnlySelected() |
String |
toString() |
public static final com.google.gwt.event.shared.GwtEvent.Type<ShowOnlySelectedRowEventHandler> TYPE
protected boolean onlySelected
public ShowOnlySelectedRowEvent(boolean onlySelected)
onlySelected
- public com.google.gwt.event.shared.GwtEvent.Type<ShowOnlySelectedRowEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<ShowOnlySelectedRowEventHandler>
protected void dispatch(ShowOnlySelectedRowEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<ShowOnlySelectedRowEventHandler>
public boolean isOnlySelected()
public String toString()
toString
in class com.google.web.bindery.event.shared.Event<ShowOnlySelectedRowEventHandler>
Copyright © 2016. All Rights Reserved.