CondensedSection
@RequiresCarApi(value = 9)
@ExperimentalCarApi
@CarProtocol
class CondensedSection : Section
A Section within the SectionedItemTemplate that contains CondensedItems.
Summary
Nested types |
|---|
@RequiresCarApi(value = 9)A builder for |
Constants |
|
|---|---|
const Int |
The last row will be shown as-is. |
const Int |
Truncates the last row if that row is not completely filled |
Public functions |
|
|---|---|
Boolean |
|
Int |
Returns the strategy for handling incomplete last row |
Int |
hashCode() |
String |
toString() |
Inherited functions |
||||||||
|---|---|---|---|---|---|---|---|---|
|
Constants
INCOMPLETE_LAST_ROW_AS_IS
const val INCOMPLETE_LAST_ROW_AS_IS = 0: Int
The last row will be shown as-is. This is a default behavior
INCOMPLETE_LAST_ROW_TRUNCATE
const val INCOMPLETE_LAST_ROW_TRUNCATE = 1: Int
Truncates the last row if that row is not completely filled
Public functions
getIncompleteLastRowStrategy
fun getIncompleteLastRowStrategy(): Int
Returns the strategy for handling incomplete last row