com.vaadin.flow.component.treegrid.

Class ExpandEvent<T,C extends Component>

    • Constructor Detail

      • 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:

        ComponentEvent