toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
ui
/
ru.sydis.ui.core.data
/
DPSetByIdentify
DPSet
By
Identify
data
class
DPSetByIdentify
(
val
dpId
:
ProtoDpId
,
var
value
:
List
<
Any
>
,
val
typeVar
:
ProtoVarType
=
dpId.eltype
)
Members
Constructors
DPSet
By
Identify
Link copied to clipboard
constructor
(
dpIdIn
:
ProtoDpId
,
singleValue
:
Any
,
typeVarIn
:
ProtoVarType
=
dpIdIn.eltype
)
constructor
(
dpId
:
ProtoDpId
,
value
:
List
<
Any
>
,
typeVar
:
ProtoVarType
=
dpId.eltype
)
Properties
dp
Id
Link copied to clipboard
val
dpId
:
ProtoDpId
type
Var
Link copied to clipboard
val
typeVar
:
ProtoVarType
value
Link copied to clipboard
var
value
:
List
<
Any
>
Functions
update
Value
Link copied to clipboard
fun
updateValue
(
value
:
Any
)