toggle menu
Glok
0.5.1
common
switch theme
search in API
glok-core
/
uk.co.nickthecoder.glok.dialog
/
PromptDialog
Prompt
Dialog
class
PromptDialog
:
Dialog
A dialog box where the user can enter a single String (in a TextField).
Members
Constructors
Prompt
Dialog
Link copied to clipboard
constructor
(
)
Properties
above
Link copied to clipboard
var
above
:
String
above
Property
Link copied to clipboard
val
aboveProperty
:
StringProperty
heading
Link copied to clipboard
var
heading
:
String
heading
Property
Link copied to clipboard
val
headingProperty
:
StringProperty
text
Link copied to clipboard
var
text
:
String
text
Property
Link copied to clipboard
val
textProperty
:
StringProperty
Functions
show
Link copied to clipboard
fun
show
(
parentStage
:
Stage
,
callback
:
(
String
)
->
Unit
)