Class SlideToggleEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<SlideTab>
com.lipisak.vaadin.slidetab.SlideToggleEvent
- All Implemented Interfaces:
Serializable
- Since:
- 12/10/2018
- Author:
- eriklumme
- See Also:
-
Field Summary
Fields inherited from class EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionSlideToggleEvent(SlideTab source, boolean fromClient, boolean expand) Creates a new event using the given source and indicator whether the event originated from the client side or the server side. -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
isFromClient, unregisterListenerMethods inherited from class EventObject
toString
-
Constructor Details
-
SlideToggleEvent
Creates a new event using the given source and indicator whether the event originated from the client side or the server side.- Parameters:
source- the source componentfromClient-trueif the event originated from the client
-
-
Method Details
-
getSource
-
isExpand
public boolean isExpand()
-