Class ExpandEvent<T,​C extends com.vaadin.flow.component.Component>

  • All Implemented Interfaces:
    Serializable

    public class ExpandEvent<T,​C extends com.vaadin.flow.component.Component>
    extends com.vaadin.flow.component.ComponentEvent<C>
    See Also:
    Serialized Form
    • 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