Uses of Class
com.googlecode.lanterna.gui2.dialogs.TextInputDialogBuilder
-
Packages that use TextInputDialogBuilder Package Description com.googlecode.lanterna.gui2.dialogs -
-
Uses of TextInputDialogBuilder in com.googlecode.lanterna.gui2.dialogs
Methods in com.googlecode.lanterna.gui2.dialogs that return TextInputDialogBuilder Modifier and Type Method Description protected TextInputDialogBuilder
TextInputDialogBuilder. self()
TextInputDialogBuilder
TextInputDialogBuilder. setInitialContent(java.lang.String initialContent)
Sets the initial content the dialog will haveTextInputDialogBuilder
TextInputDialogBuilder. setPasswordInput(boolean passwordInput)
Sets if the text box the dialog will have contains a password and should be masked (default:false
)TextInputDialogBuilder
TextInputDialogBuilder. setTextBoxSize(TerminalSize textBoxSize)
Sets the size of the text box the dialog will haveTextInputDialogBuilder
TextInputDialogBuilder. setValidationPattern(java.util.regex.Pattern pattern, java.lang.String errorMessage)
Helper method that assigned a validator to the text box the dialog will have which matches the pattern suppliedTextInputDialogBuilder
TextInputDialogBuilder. setValidator(TextInputDialogResultValidator validator)
Sets the validator that will be attached to the text box in the dialog
-