Uses of Interface
com.vaadin.client.widget.escalator.events.SpacerVisibilityChangedHandler
-
Packages that use SpacerVisibilityChangedHandler Package Description com.vaadin.client.widget.escalator.events com.vaadin.client.widgets -
-
Uses of SpacerVisibilityChangedHandler in com.vaadin.client.widget.escalator.events
Fields in com.vaadin.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. TYPE
Handler type.Methods in com.vaadin.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.client.widget.escalator.events with parameters of type SpacerVisibilityChangedHandler Modifier and Type Method Description protected void
SpacerVisibilityChangedEvent. dispatch(SpacerVisibilityChangedHandler handler)
-
Uses of SpacerVisibilityChangedHandler in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets with parameters of type SpacerVisibilityChangedHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistration
Grid. addSpacerVisibilityChangedHandler(SpacerVisibilityChangedHandler handler)
Adds a spacer visibility changed handler to the underlying escalator.
-