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