toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
ui
/
ru.sydis.ui.sentry.dialogs
Package-level
declarations
Functions
Functions
show
Confirmation
Dialog
Link copied to clipboard
fun
showConfirmationDialog
(
title
:
String
,
message
:
String
,
typeMessage
:
String
,
module
:
Module
,
owner
:
Window
?
=
null
)
:
Boolean
Показывает модальное диалоговое окно с сообщением-подтверждением.
show
Dialog
Generate
Password
Link copied to clipboard
fun
showDialogGeneratePassword
(
module
:
Module
)
:
Boolean
show
Dialog
Group
Link copied to clipboard
fun
showDialogGroup
(
nameGroup
:
String
,
module
:
Module
)
show
Dialog
Group
Permission
Link copied to clipboard
fun
showDialogGroupPermission
(
module
:
Module
)
:
String
show
Dialog
Password
Change
Link copied to clipboard
fun
showDialogPasswordChange
(
module
:
Module
,
owner
:
Window
?
=
null
)
:
Pair
<
Boolean
,
String
?
>
show
Dialog
User
Link copied to clipboard
fun
showDialogUser
(
nameUser
:
String
,
enabledUser
:
Boolean
,
module
:
Module
)
show
Notification
Dialog
Link copied to clipboard
fun
showNotificationDialog
(
title
:
String
,
message
:
String
,
module
:
Module
)