renetik-android
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
renetik-android
renetik-android-controller
/
renetik.android.controller.view.grid.item
/
CSItemSection
CSItem
Section
data
class
CSItemSection
<
Item
>
(
val
id
:
String
,
val
title
:
String
,
val
description
:
String
=
""
,
var
items
:
List
<
Item
>
=
emptyList()
,
val
store
:
CSStore
=
CSStore.Empty
,
val
isCollapsedDefault
:
Boolean
=
false
)
Members
Constructors
CSItem
Section
Link copied to clipboard
constructor
(
id
:
String
,
title
:
String
,
description
:
String
=
""
,
items
:
List
<
Item
>
=
emptyList()
,
store
:
CSStore
=
CSStore.Empty
,
isCollapsedDefault
:
Boolean
=
false
)
constructor
(
title
:
String
,
description
:
String
=
""
,
items
:
List
<
Item
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
description
Link copied to clipboard
val
description
:
String
header
Link copied to clipboard
var
header
:
String
?
id
Link copied to clipboard
val
id
:
String
is
Collapsed
Link copied to clipboard
val
isCollapsed
:
CSBooleanValueStoreProperty
is
Collapsed
Default
Link copied to clipboard
val
isCollapsedDefault
:
Boolean
items
Link copied to clipboard
var
items
:
List
<
Item
>
store
Link copied to clipboard
val
store
:
CSStore
title
Link copied to clipboard
val
title
:
String
Functions
header
Link copied to clipboard
fun
header
(
title
:
String
)
:
CSItemSection
<
Item
>