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
/
CSSectionItem
CSSection
Item
data
class
CSSectionItem
<
Section
,
Item
>
(
val
section
:
Section
,
val
index
:
Int
,
val
item
:
Item
?
=
null
)
Members
Constructors
CSSection
Item
Link copied to clipboard
constructor
(
section
:
Section
,
index
:
Int
,
item
:
Item
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
index
Link copied to clipboard
val
index
:
Int
item
Link copied to clipboard
val
item
:
Item
?
section
Link copied to clipboard
val
section
:
Section