com.vaadin.flow.component.treegrid.

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:

  • Constructor Details

    • ExpandEvent

      public ExpandEvent(C source, boolean fromClient, Collection<T> items)

      ExpandEvent base constructor.

      Parameters:

      source - the source component

      fromClient - true if the event originated from the client side, false otherwise

      items - Expanded items

      See Also:

  • Method Details