RowSelectionRow

external interface RowSelectionRow(source)

Inheritors

Types

Link copied to clipboard
sealed interface ToggleSelectedOptions

Properties

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

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

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

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

Link copied to clipboard
abstract var 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 var getIsAllSubRowsSelected: () -> Boolean

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

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

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

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

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

Link copied to clipboard
abstract var 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