class ListSelectionChanged[A] extends SelectionChanged with ListEvent[A]

Linear Supertypes
ListEvent[A], SelectionChanged, Serializable, java.io.Serializable, Product, Equals, SelectionEvent, ComponentEvent, UIEvent, Event, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ListSelectionChanged
  2. ListEvent
  3. SelectionChanged
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. SelectionEvent
  9. ComponentEvent
  10. UIEvent
  11. Event
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ListSelectionChanged(source: ListView[A], range: Range, live: Boolean)

Value Members

  1. val live: Boolean
  2. val range: Range
  3. val source: ListView[A]