Class ExpandEvent<T,C extends Component>
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.flow.component.ComponentEvent<C>
-
- com.vaadin.flow.component.treegrid.ExpandEvent<T,C>
-
- All Implemented Interfaces:
Serializable
public class ExpandEvent<T,C extends Component> extends ComponentEvent<C>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ExpandEvent(C source, boolean fromClient, Collection<T> items)
ExpandEvent base constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<T>
getItems()
-
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Constructor Detail
-
ExpandEvent
public ExpandEvent(C source, boolean fromClient, Collection<T> items)
ExpandEvent base constructor.- Parameters:
source
- the source componentfromClient
-true
if the event originated from the client side,false
otherwiseitems
- Expanded items- See Also:
ComponentEvent
-
-
Method Detail
-
getItems
public Collection<T> getItems()
-
-