Class SelectionChangedEvent<R,C extends Tree>

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<C>
org.vaadin.tatu.SelectionChangedEvent<R,C>
All Implemented Interfaces:
Serializable

public class SelectionChangedEvent<R,C extends Tree> extends com.vaadin.flow.component.ComponentEvent<C>
See Also:
  • Constructor Details

    • SelectionChangedEvent

      public SelectionChangedEvent(C source, Set<R> selection, boolean fromClient)
  • Method Details

    • getSelected

      public Set<R> getSelected()