Class CollapseEvent<T,C extends Component>
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<C>
com.vaadin.flow.component.treegrid.CollapseEvent<T,C>
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionCollapseEvent
(C source, boolean fromClient, Collection<T> items) CollapseEvent base constructor. -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
CollapseEvent
CollapseEvent base constructor.- Parameters:
source
- the source componentfromClient
-true
if the event originated from the client side,false
otherwiseitems
- Collapsed items- See Also:
-
-
Method Details
-
getItems
-