com.vaadin.flow.component.treegrid.

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

public class CollapseEvent<T,C extends Component> extends ComponentEvent<C>

See Also:

  • Constructor Details

    • CollapseEvent

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

      CollapseEvent base constructor.

      Parameters:

      source - the source component

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

      items - Collapsed items

      See Also:

  • Method Details