NoSelection

class NoSelection<T, I> : SelectionStrategy<T, I>

Selection strategy for disabling the selection at all.

Acts as the null object pattern.

See also

Constructors

NoSelection
Link copied to clipboard
js
fun NoSelection()

Functions

equals
Link copied to clipboard
js
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
js
open fun hashCode(): Int
manageSelectionByExtraColumn
Link copied to clipboard
js
open override fun manageSelectionByExtraColumn(component: DataTableComponent<T, I>)
manageSelectionByRowEvents
Link copied to clipboard
js
open override fun manageSelectionByRowEvents(component: DataTableComponent<T, I>, rowStore: SubStore<List<T>, List<T>, T>, renderContext: Tr)
toString
Link copied to clipboard
js
open fun toString(): String