class Selection[T <: Object] extends Object with ISelection[T]

Annotations
@JSType() @native() @JSImport("office-ui-fabric-react/lib/utilities/selection", "Selection")
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Selection
  2. ISelection
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Selection(options: UndefOr[Options[T]] = js.undefined)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def canSelectItem(item: T, index: UndefOr[Int] = js.undefined): Boolean
    Definition Classes
    SelectionISelection
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. val count: Int
    Definition Classes
    SelectionISelection
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def getItems(): Array[T]
    Definition Classes
    SelectionISelection
  12. def getSelectedCount(): Int
    Definition Classes
    SelectionISelection
  13. def getSelectedIndices(): Array[Int]
    Definition Classes
    SelectionISelection
  14. def getSelection(): Array[T]
    Definition Classes
    SelectionISelection
  15. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def isAllSelected(): Boolean
    Definition Classes
    SelectionISelection
  18. def isIndexSelected(index: Int): Boolean
    Definition Classes
    SelectionISelection
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isKeySelected(key: |[String, Int]): Boolean
    Definition Classes
    SelectionISelection
  21. def isModal(): Boolean
    Definition Classes
    SelectionISelection
  22. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  23. val mode: SelectionMode
    Definition Classes
    SelectionISelection
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  28. def selectToIndex(index: Int, clearSelection: UndefOr[Boolean] = js.undefined): Unit
    Definition Classes
    SelectionISelection
  29. def selectToKey(key: |[String, Int], clearSelection: UndefOr[Boolean] = js.undefined): Unit
    Definition Classes
    SelectionISelection
  30. def setAllSelected(isAllSelected: Boolean): Unit
    Definition Classes
    SelectionISelection
  31. def setChangeEvents(isEnabled: Boolean, suppressChange: UndefOr[Boolean] = js.undefined): Unit
    Definition Classes
    SelectionISelection
  32. def setIndexSelected(index: Int, isSelected: Boolean, shouldAnchor: Boolean): Unit
    Definition Classes
    SelectionISelection
  33. def setItems(items: Array[T], shouldClear: UndefOr[Boolean] = js.undefined): Unit
    Definition Classes
    SelectionISelection
  34. def setKeySelected(key: |[String, Int], isSelected: Boolean, shouldAnchor: Boolean): Unit
    Definition Classes
    SelectionISelection
  35. def setModal(isModal: Boolean): Unit
    Definition Classes
    SelectionISelection
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toLocaleString(): String
    Definition Classes
    Object
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. def toggleAllSelected(): Unit
    Definition Classes
    SelectionISelection
  40. def toggleIndexSelected(index: Int): Unit
    Definition Classes
    SelectionISelection
  41. def toggleKeySelected(key: |[String, Int]): Unit
    Definition Classes
    SelectionISelection
  42. def toggleRangeSelected(fromIndex: Int, count: Int): Unit
    Definition Classes
    SelectionISelection
  43. def valueOf(): Any
    Definition Classes
    Object
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ISelection[T]

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped