Uses of Interface
com.vaadin.v7.client.widget.escalator.RowVisibilityChangeHandler
-
Packages that use RowVisibilityChangeHandler Package Description com.vaadin.v7.client.widget.escalator com.vaadin.v7.client.widgets -
-
Uses of RowVisibilityChangeHandler in com.vaadin.v7.client.widget.escalator
Fields in com.vaadin.v7.client.widget.escalator with type parameters of type RowVisibilityChangeHandler Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<RowVisibilityChangeHandler>RowVisibilityChangeEvent. TYPEThe type of this event.Methods in com.vaadin.v7.client.widget.escalator that return types with arguments of type RowVisibilityChangeHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<RowVisibilityChangeHandler>RowVisibilityChangeEvent. getAssociatedType()Methods in com.vaadin.v7.client.widget.escalator with parameters of type RowVisibilityChangeHandler Modifier and Type Method Description protected voidRowVisibilityChangeEvent. dispatch(RowVisibilityChangeHandler handler) -
Uses of RowVisibilityChangeHandler in com.vaadin.v7.client.widgets
Methods in com.vaadin.v7.client.widgets with parameters of type RowVisibilityChangeHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationEscalator. addRowVisibilityChangeHandler(RowVisibilityChangeHandler rowVisibilityChangeHandler)Adds an event handler that gets notified when the range of visible rows changes e.g. because of scrolling, row resizing or spacers appearing/disappearing.com.google.gwt.event.shared.HandlerRegistrationGrid. addRowVisibilityChangeHandler(RowVisibilityChangeHandler handler)
-