Module dui.InputStringDialog
Constructor Summary | |
---|---|
public |
(Window parentWindow, char title, char label) |
(Window parentWindow, String title, String label) |
Methods Summary | |
---|---|
void |
delegate(String userString) |
void |
show(char initialText, void delegate(String) Shows this GotoLineDialog with a maximum line number. |
void |
show(String initialText, void delegate(String) Shows this GotoLineDialog with a maximum line number. |
private void |
show() Show on the same position as before |
void |
hide() remembers the position and hides the dialog |
private void |
setup() creates the layout of the dialog |
void |
inputTextCancel(Button button) |
void |
inputTextOK(Button button) |
String |
getUserString() |