toggle menu
symphony-input-dialog
3.0.9
common
switch theme
search in API
symphony-input-dialog
/
symphony
/
ConfirmBuilder
Confirm
Builder
class
ConfirmBuilder
:
Actions0Builder
<
Unit
>
Members
Constructors
Confirm
Builder
Link copied to clipboard
constructor
(
)
Properties
actions
Link copied to clipboard
val
actions
:
MutableList
<
Action0
<
Unit
>
>
details
Link copied to clipboard
var
details
:
String
heading
Link copied to clipboard
var
heading
:
String
message
Link copied to clipboard
var
message
:
String
Functions
get
Link copied to clipboard
fun
get
(
)
:
List
<
Action0
<
Unit
>
>
get
Or
Set
Link copied to clipboard
fun
getOrSet
(
name
:
String
,
key
:
String
,
handler
:
(
)
->
Unit
)
:
Action0
<
Unit
>
no
Confirm
Action
Link copied to clipboard
fun
noConfirmAction
(
)
:
Nothing
on
Link copied to clipboard
open
override
fun
on
(
name
:
String
,
key
:
String
,
handler
:
(
)
->
Unit
)
:
Action0
<
Unit
>
on
Add
Link copied to clipboard
fun
onAdd
(
handler
:
(
)
->
Unit
)
:
Action0
<
Unit
>
fun
onAdd
(
entity
:
String
,
handler
:
(
)
->
Unit
)
:
Action0
<
Unit
>
on
Add
All
Link copied to clipboard
fun
onAddAll
(
handler
:
(
)
->
Unit
)
:
Action0
<
Unit
>
fun
onAddAll
(
col
:
Collection
<
Any
?
>
,
handler
:
(
)
->
Unit
)
:
Action0
<
Unit
>
on
Cancel
Link copied to clipboard
fun
onCancel
(
handler
:
(
)
->
Unit
)
:
Action0
<
Unit
>
fun
onCancel
(
name
:
String
=
"Cancel"
,
handler
:
(
)
->
Unit
)
:
Action0
<
Unit
>
on
Confirm
Link copied to clipboard
fun
onConfirm
(
name
:
String
=
"Confirm"
,
handler
:
(
)
->
Later
<
Any
?
>
)
:
Action0
<
Any
?
>
on
Create
Link copied to clipboard
fun
onCreate
(
handler
:
(
)
->
Unit
)
:
Action0
<
Unit
>
on
Delete
Link copied to clipboard
fun
onDelete
(
handler
:
(
)
->
Unit
)
:
Action0
<
Unit
>
on
Delete
All
Link copied to clipboard
fun
onDeleteAll
(
handler
:
(
)
->
Unit
)
:
Action0
<
Unit
>
fun
onDeleteAll
(
col
:
Collection
<
Any
?
>
,
handler
:
(
)
->
Unit
)
:
Action0
<
Unit
>
on
Duplicate
Link copied to clipboard
fun
onDuplicate
(
handler
:
(
)
->
Unit
)
:
Action0
<
Unit
>
on
Edit
Link copied to clipboard
fun
onEdit
(
handler
:
(
)
->
Unit
)
:
Action0
<
Unit
>
on
Go
Back
Link copied to clipboard
fun
onGoBack
(
handler
:
(
)
->
Unit
)
:
Action0
<
Unit
>
on
No
Link copied to clipboard
fun
onNo
(
handler
:
(
)
->
Unit
)
:
Action0
<
Unit
>
on
Ok
Link copied to clipboard
fun
onOk
(
handler
:
(
)
->
Unit
)
:
Action0
<
Unit
>
on
Retry
Link copied to clipboard
fun
onRetry
(
handler
:
(
)
->
Unit
)
:
Action0
<
Unit
>
on
Update
Link copied to clipboard
fun
onUpdate
(
handler
:
(
)
->
Unit
)
:
Action0
<
Unit
>
on
View
Link copied to clipboard
fun
onView
(
handler
:
(
)
->
Unit
)
:
Action0
<
Unit
>
on
Yes
Link copied to clipboard
fun
onYes
(
handler
:
(
)
->
Unit
)
:
Action0
<
Unit
>
sub
Link copied to clipboard
open
override
fun
sub
(
name
:
String
,
key
:
String
,
actions
:
List
<
Action0
<
Unit
>
>
)
open
override
fun
sub
(
name
:
String
,
key
:
String
,
builder
:
ActionsBuilder
<
Action0
<
Unit
>
,
(
)
->
Unit
>
.
(
)
->
Unit
)