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