Uses of Interface
com.vaadin.client.widget.escalator.events.SpacerIndexChangedHandler
-
Packages that use SpacerIndexChangedHandler Package Description com.vaadin.client.widget.escalator.events com.vaadin.client.widgets -
-
Uses of SpacerIndexChangedHandler in com.vaadin.client.widget.escalator.events
Fields in com.vaadin.client.widget.escalator.events with type parameters of type SpacerIndexChangedHandler Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<SpacerIndexChangedHandler>SpacerIndexChangedEvent. TYPEHandler type.Methods in com.vaadin.client.widget.escalator.events that return types with arguments of type SpacerIndexChangedHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<SpacerIndexChangedHandler>SpacerIndexChangedEvent. getAssociatedType()static com.google.gwt.event.shared.GwtEvent.Type<SpacerIndexChangedHandler>SpacerIndexChangedEvent. getType()Returns the associated handler type.Methods in com.vaadin.client.widget.escalator.events with parameters of type SpacerIndexChangedHandler Modifier and Type Method Description protected voidSpacerIndexChangedEvent. dispatch(SpacerIndexChangedHandler handler) -
Uses of SpacerIndexChangedHandler in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets with parameters of type SpacerIndexChangedHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationGrid. addSpacerIndexChangedHandler(SpacerIndexChangedHandler handler)Adds a spacer index changed handler to the underlying escalator.
-