We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.widget.grid.events.
Interface VerticalScrollbarVisibilityChangeHandler
-
All Superinterfaces:
com.google.gwt.event.shared.EventHandler
public interface VerticalScrollbarVisibilityChangeHandler extends com.google.gwt.event.shared.EventHandler
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
Event handler that gets notified when the visibility of the vertical scrollbar of the Escalator changes.
Author:
Vaadin Ltd
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
VerticalScrollbarVisibilityChangeHandler.VerticalScrollbarVisibilityChangeEvent
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
-
Method Summary
All Methods Modifier and Type Method Description void
onVisibilityChange​(VerticalScrollbarVisibilityChangeHandler.VerticalScrollbarVisibilityChangeEvent event)
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
-
-
-
Method Detail
-
onVisibilityChange
void onVisibilityChange​(VerticalScrollbarVisibilityChangeHandler.VerticalScrollbarVisibilityChangeEvent event)
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
Called when the visibility of the vertical scrollbar of the Escalator changes.
Parameters:
event
- the row visibility change event describing the change
-
-