Class OrientationChangedEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<TabbedDemo>
com.flowingcode.vaadin.addons.demo.events.OrientationChangedEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionOrientationChangedEvent(TabbedDemo source, boolean fromClient, SplitLayout.Orientation orientation) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
OrientationChangedEvent
public OrientationChangedEvent(TabbedDemo source, boolean fromClient, SplitLayout.Orientation orientation)
-