toggle menu
WOASDK
androidJvm
switch theme
search in API
WOASDK
/
com.kingsoft.kim.kit.ui.servicedesk.select
/
CascadeItemData
Cascade
Item
Data
data
class
CascadeItemData
(
val
id
:
String
=
""
,
val
value
:
String
=
""
,
var
childrenList
:
List
<
CascadeItemData
>
?
=
null
,
var
isSelected
:
Boolean
=
false
,
var
prevID
:
String
=
""
)
:
Parcelable
Members
Constructors
Cascade
Item
Data
Link copied to clipboard
constructor
(
id
:
String
=
""
,
value
:
String
=
""
,
childrenList
:
List
<
CascadeItemData
>
?
=
null
,
isSelected
:
Boolean
=
false
,
prevID
:
String
=
""
)
Properties
children
List
Link copied to clipboard
var
childrenList
:
List
<
CascadeItemData
>
?
id
Link copied to clipboard
val
id
:
String
is
Selected
Link copied to clipboard
var
isSelected
:
Boolean
prev
ID
Link copied to clipboard
var
prevID
:
String
value
Link copied to clipboard
val
value
:
String
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)