Uses of Interface
com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events.EditableGridHandler

Packages that use EditableGridHandler
com.ebmwebsourcing.geasytools.gwtextwidgets.grid   
com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events   
 

Uses of EditableGridHandler in com.ebmwebsourcing.geasytools.gwtextwidgets.grid
 

Methods in com.ebmwebsourcing.geasytools.gwtextwidgets.grid with parameters of type EditableGridHandler
 void AbstractEditableGrid.addHandler(EditableGridHandler handler)
           
 

Uses of EditableGridHandler in com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events
 

Fields in com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events with type parameters of type EditableGridHandler
static com.google.gwt.event.shared.GwtEvent.Type<EditableGridHandler> AddElementEvent.TYPE
           
static com.google.gwt.event.shared.GwtEvent.Type<EditableGridHandler> AfterEditRecordEvent.TYPE
           
static com.google.gwt.event.shared.GwtEvent.Type<EditableGridHandler> RemoveElementEvent.TYPE
           
static com.google.gwt.event.shared.GwtEvent.Type<EditableGridHandler> BeforeEditRecordEvent.TYPE
           
 

Methods in com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events that return types with arguments of type EditableGridHandler
 com.google.gwt.event.shared.GwtEvent.Type<EditableGridHandler> AddElementEvent.getAssociatedType()
           
 com.google.gwt.event.shared.GwtEvent.Type<EditableGridHandler> AfterEditRecordEvent.getAssociatedType()
           
 com.google.gwt.event.shared.GwtEvent.Type<EditableGridHandler> RemoveElementEvent.getAssociatedType()
           
 com.google.gwt.event.shared.GwtEvent.Type<EditableGridHandler> BeforeEditRecordEvent.getAssociatedType()
           
 

Methods in com.ebmwebsourcing.geasytools.gwtextwidgets.grid.events with parameters of type EditableGridHandler
protected  void AddElementEvent.dispatch(EditableGridHandler handler)
           
protected  void AfterEditRecordEvent.dispatch(EditableGridHandler handler)
           
protected  void RemoveElementEvent.dispatch(EditableGridHandler handler)
           
protected  void BeforeEditRecordEvent.dispatch(EditableGridHandler handler)
           
 



Copyright © 2010-2011 Petals Link. All Rights Reserved.