org.cruxframework.crux.widgets.client.event.row
Class ShowRowDetailsEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<ShowRowDetailsHandler>
org.cruxframework.crux.widgets.client.event.row.ShowRowDetailsEvent
public class ShowRowDetailsEvent
- extends com.google.gwt.event.shared.GwtEvent<ShowRowDetailsHandler>
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
assertLive, isLive, kill, revive |
| Methods inherited from class com.google.web.bindery.event.shared.Event |
setSource, toDebugString, toString |
ShowRowDetailsEvent
public ShowRowDetailsEvent(HasShowRowDetailsHandlers source,
DataRow row)
getSource
public HasShowRowDetailsHandlers getSource()
- Overrides:
getSource in class com.google.gwt.event.shared.GwtEvent<ShowRowDetailsHandler>
getType
public static com.google.gwt.event.shared.GwtEvent.Type<ShowRowDetailsHandler> getType()
dispatch
protected void dispatch(ShowRowDetailsHandler handler)
- Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<ShowRowDetailsHandler>
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<ShowRowDetailsHandler> getAssociatedType()
- Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ShowRowDetailsHandler>
fire
public static ShowRowDetailsEvent fire(HasShowRowDetailsHandlers source,
DataRow row)
getRow
public DataRow getRow()
- Returns:
- The grid's row which owns the details
isCanceled
public boolean isCanceled()
- Returns:
true if the event was canceled
cancel
public void cancel()
- Cancels the event
Copyright © 2014. All rights reserved.