Uses of Interface
de.knightsoftnet.mtwidgets.client.event.EditorDeleteEvent.EditorDeleteHandler
-
Packages that use EditorDeleteEvent.EditorDeleteHandler Package Description de.knightsoftnet.mtwidgets.client.event de.knightsoftnet.mtwidgets.client.ui.widget.helper -
-
Uses of EditorDeleteEvent.EditorDeleteHandler in de.knightsoftnet.mtwidgets.client.event
Methods in de.knightsoftnet.mtwidgets.client.event that return types with arguments of type EditorDeleteEvent.EditorDeleteHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<EditorDeleteEvent.EditorDeleteHandler<T>>EditorDeleteEvent. getAssociatedType()static com.google.gwt.event.shared.GwtEvent.Type<EditorDeleteEvent.EditorDeleteHandler<?>>EditorDeleteEvent. getType()Methods in de.knightsoftnet.mtwidgets.client.event with parameters of type EditorDeleteEvent.EditorDeleteHandler Modifier and Type Method Description com.google.web.bindery.event.shared.HandlerRegistrationEditorDeleteEvent.EditorDeleteHandlers. addEditorDeleteHandler(EditorDeleteEvent.EditorDeleteHandler<T> handler)protected voidEditorDeleteEvent. dispatch(EditorDeleteEvent.EditorDeleteHandler<T> handler) -
Uses of EditorDeleteEvent.EditorDeleteHandler in de.knightsoftnet.mtwidgets.client.ui.widget.helper
Methods in de.knightsoftnet.mtwidgets.client.ui.widget.helper with parameters of type EditorDeleteEvent.EditorDeleteHandler Modifier and Type Method Description com.google.web.bindery.event.shared.HandlerRegistrationAbstractListItemView. addEditorDeleteHandler(EditorDeleteEvent.EditorDeleteHandler<D> phandler)
-