Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-ui
/
com.mapsted.ui.views.widgets.expandablerecyclerview.models
/
ExpandableGroup
Expandable
Group
open
class
ExpandableGroup
<
T
:
Parcelable
?
>
:
Parcelable
The backing data object for an
ExpandableGroup
Inheritors
ExpandableGroupData
ExpandableGroupData
Members
Constructors
Expandable
Group
Link copied to clipboard
constructor
(
title
:
String
,
items
:
List
<
T
>
)
Properties
CONTENTS_
FILE_
DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
ExpandableGroup
>
items
Link copied to clipboard
open
val
items
:
List
<
T
>
PARCELABLE_
WRITE_
RETURN_
VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
title
Link copied to clipboard
open
val
title
:
String
Functions
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
get
Item
Count
Link copied to clipboard
open
fun
getItemCount
(
)
:
Int
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)