Class VTabSheet.ScrollEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<VTabSheet>
org.vaadin.firitin.layouts.VTabSheet.ScrollEvent
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 VTabSheet
public static class VTabSheet.ScrollEvent
extends com.vaadin.flow.component.ComponentEvent<VTabSheet>
- Author:
 - mmerruko
 - See Also:
 
- 
Field Summary
Fields inherited from class EventObject
source - 
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class EventObject
toString 
- 
Method Details
- 
getScrollLeft
public int getScrollLeft() - 
getScrollTop
public int getScrollTop() 
 -