RowSection
@ExperimentalCarApi
@CarProtocol
class RowSection : Section
A section within the SectionedItemTemplate
that contains Row
s - good for showcasing small icons and longer text for every entry.
Summary
Nested types |
---|
A builder that constructs |
Public functions |
|
---|---|
Boolean |
|
Int |
When set to a value that correlates to an index in |
Int |
hashCode() |
Boolean |
Flag denoting whether or not this section of rows should be treated as a selection group (ie. radio button group). |
String |
toString() |
Inherited functions |
||||||
---|---|---|---|---|---|---|
|
Public functions
getInitialSelectedIndex
fun getInitialSelectedIndex(): Int
When set to a value that correlates to an index in getItemsDelegate
, this entire row section should be treated as a selection group (eg. radio group). Otherwise this will be a negative value to denote that this row section should not be transformed into a selection group.
isSelectionGroup
fun isSelectionGroup(): Boolean
Flag denoting whether or not this section of rows should be treated as a selection group (ie. radio button group).