com.smartgwt.client.widgets.tableview.events
Class RecordNavigationClickEvent
java.lang.Object
com.google.gwt.event.shared.GwtEvent<H>
com.smartgwt.client.event.AbstractSmartEvent<H>
com.smartgwt.client.widgets.events.BrowserEvent<RecordNavigationClickHandler>
com.smartgwt.client.widgets.tableview.events.RecordNavigationClickEvent
public class RecordNavigationClickEvent
- extends BrowserEvent<RecordNavigationClickHandler>
RecordNavigationClickEvent
public RecordNavigationClickEvent(JavaScriptObject jsObj)
fire
public static <S extends HasRecordNavigationClickHandlers & HasHandlers> void fire(S source,
JavaScriptObject jsObj)
- Fires a open event on all registered handlers in the handler manager.If no
such handlers exist, this method will do nothing.
- Type Parameters:
S
- The event source- Parameters:
source
- the source of the handlersjsObj
- the native event
getType
public static GwtEvent.Type<RecordNavigationClickHandler> getType()
- Gets the type associated with this event.
- Returns:
- returns the handler type
dispatch
protected void dispatch(RecordNavigationClickHandler handler)
- Specified by:
dispatch
in class GwtEvent<RecordNavigationClickHandler>
getAssociatedType
public final GwtEvent.Type<RecordNavigationClickHandler> getAssociatedType()
- Specified by:
getAssociatedType
in class GwtEvent<RecordNavigationClickHandler>
getRecord
public Record getRecord()
- record clicked
- Returns:
- record clicked