trait ISelection[T <: Object] extends Object
Abstract Value Members
- abstract def canSelectItem(item: T, index: UndefOr[Int] = js.undefined): Boolean
- abstract val count: Int
- abstract def getItems(): Array[T]
- abstract def getSelectedCount(): Int
- abstract def getSelectedIndices(): Array[Int]
- abstract def getSelection(): Array[T]
- abstract def isAllSelected(): Boolean
- abstract def isIndexSelected(index: Int): Boolean
- abstract def isKeySelected(key: |[String, Int]): Boolean
- abstract def isModal(): Boolean
- abstract val mode: SelectionMode
- abstract def selectToIndex(index: Int, clearSelection: UndefOr[Boolean] = js.undefined): Unit
- abstract def selectToKey(key: |[String, Int], clearSelection: UndefOr[Boolean] = js.undefined): Unit
- abstract def setAllSelected(isAllSelected: Boolean): Unit
- abstract def setChangeEvents(isEnabled: Boolean, suppressChange: UndefOr[Boolean] = js.undefined): Unit
- abstract def setIndexSelected(index: Int, isSelected: Boolean, shouldAnchor: Boolean): Unit
- abstract def setItems(items: Array[T], shouldClear: UndefOr[Boolean]): Unit
- abstract def setKeySelected(key: |[String, Int], isSelected: Boolean, shouldAnchor: Boolean): Unit
- abstract def setModal(isModal: Boolean): Unit
- abstract def toggleAllSelected(): Unit
- abstract def toggleIndexSelected(index: Int): Unit
- abstract def toggleKeySelected(key: |[String, Int]): Unit
- abstract def toggleRangeSelected(fromIndex: Int, count: Int): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from Object
Value Members
- def hasOwnProperty(v: String): Boolean
- def isPrototypeOf(v: Object): Boolean
- def propertyIsEnumerable(v: String): Boolean
- def toLocaleString(): String
- def valueOf(): Any
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- abstract def canSelectItem(item: T, index: UndefOr[Int] = js.undefined): Boolean
- abstract val count: Int
- abstract def getItems(): Array[T]
- abstract def getSelectedCount(): Int
- abstract def getSelectedIndices(): Array[Int]
- abstract def getSelection(): Array[T]
- abstract def isAllSelected(): Boolean
- abstract def isIndexSelected(index: Int): Boolean
- abstract def isKeySelected(key: |[String, Int]): Boolean
- abstract def isModal(): Boolean
- abstract val mode: SelectionMode
- abstract def selectToIndex(index: Int, clearSelection: UndefOr[Boolean] = js.undefined): Unit
- abstract def selectToKey(key: |[String, Int], clearSelection: UndefOr[Boolean] = js.undefined): Unit
- abstract def setAllSelected(isAllSelected: Boolean): Unit
- abstract def setChangeEvents(isEnabled: Boolean, suppressChange: UndefOr[Boolean] = js.undefined): Unit
- abstract def setIndexSelected(index: Int, isSelected: Boolean, shouldAnchor: Boolean): Unit
- abstract def setItems(items: Array[T], shouldClear: UndefOr[Boolean]): Unit
- abstract def setKeySelected(key: |[String, Int], isSelected: Boolean, shouldAnchor: Boolean): Unit
- abstract def setModal(isModal: Boolean): Unit
- abstract def toggleAllSelected(): Unit
- abstract def toggleIndexSelected(index: Int): Unit
- abstract def toggleKeySelected(key: |[String, Int]): Unit
- abstract def toggleRangeSelected(fromIndex: Int, count: Int): Unit
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hasOwnProperty(v: String): Boolean
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def isPrototypeOf(v: Object): Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def propertyIsEnumerable(v: String): Boolean
- final def synchronized[T0](arg0: => T0): T0
- def toLocaleString(): String
- def toString(): String
- def valueOf(): Any
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit