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.searchables_list
/
SearchablesListAdapter
/
ExpandableGroupData
Expandable
Group
Data
open
class
ExpandableGroupData
:
ExpandableGroup
<
SearchablesListAdapter.BuildingInfoData
>
Members
Constructors
Expandable
Group
Data
Link copied to clipboard
constructor
(
searchEntity
:
ISearchable
,
items
:
List
<
SearchablesListAdapter.BuildingInfoData
>
)
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
search
Entity
Link copied to clipboard
val
searchEntity
:
ISearchable
title
Link copied to clipboard
open
val
title
:
String
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
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
abstract
fun
writeToParcel
(
p
:
Parcel
,
p1
:
Int
)
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)