Uses of Interface
com.vaadin.client.ui.popupview.VisibilityChangeHandler
-
Packages that use VisibilityChangeHandler Package Description com.vaadin.client.ui com.vaadin.client.ui.popupview -
-
Uses of VisibilityChangeHandler in com.vaadin.client.ui
Methods in com.vaadin.client.ui with parameters of type VisibilityChangeHandler Modifier and Type Method Description com.google.gwt.event.shared.HandlerRegistrationVPopupView. addVisibilityChangeHandler(VisibilityChangeHandler visibilityChangeHandler)Adds the given visibility change handler to this widget. -
Uses of VisibilityChangeHandler in com.vaadin.client.ui.popupview
Classes in com.vaadin.client.ui.popupview that implement VisibilityChangeHandler Modifier and Type Class Description classPopupViewConnectorA connector class for the PopupView component.Methods in com.vaadin.client.ui.popupview that return types with arguments of type VisibilityChangeHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<VisibilityChangeHandler>VisibilityChangeEvent. getAssociatedType()static com.google.gwt.event.shared.GwtEvent.Type<VisibilityChangeHandler>VisibilityChangeEvent. getType()Returns theGwtEvent.Typeused to register this event.Methods in com.vaadin.client.ui.popupview with parameters of type VisibilityChangeHandler Modifier and Type Method Description protected voidVisibilityChangeEvent. dispatch(VisibilityChangeHandler handler)
-