RowSelectionRow

external interface RowSelectionRow(source)

Inheritors

Types

Link copied to clipboard

Properties

Link copied to clipboard
abstract val getCanMultiSelect: () -> Boolean

Returns whether or not the row can multi-select. API Docs Guide

Link copied to clipboard
abstract val getCanSelect: () -> Boolean

Returns whether or not the row can be selected. API Docs Guide

Link copied to clipboard
abstract val getCanSelectSubRows: () -> Boolean

Returns whether or not the row can select sub rows automatically when the parent row is selected. API Docs Guide

Link copied to clipboard
abstract val getIsAllSubRowsSelected: () -> Boolean

Returns whether or not all of the row's sub rows are selected. API Docs Guide

Link copied to clipboard
abstract val getIsSelected: () -> Boolean

Returns whether or not the row is selected. API Docs Guide

Link copied to clipboard
abstract val getIsSomeSelected: () -> Boolean

Returns whether or not some of the row's sub rows are selected. API Docs Guide

Link copied to clipboard
abstract val getToggleSelectedHandler: () -> (event: Any) -> Unit

Returns a handler that can be used to toggle the row. API Docs Guide

Link copied to clipboard

Selects/deselects the row. API Docs Guide