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 TextInputDialogBuilderTextInputDialogBuilder. self()TextInputDialogBuilderTextInputDialogBuilder. setInitialContent(java.lang.String initialContent)Sets the initial content the dialog will haveTextInputDialogBuilderTextInputDialogBuilder. setPasswordInput(boolean passwordInput)Sets if the text box the dialog will have contains a password and should be masked (default:false)TextInputDialogBuilderTextInputDialogBuilder. setTextBoxSize(TerminalSize textBoxSize)Sets the size of the text box the dialog will haveTextInputDialogBuilderTextInputDialogBuilder. 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 suppliedTextInputDialogBuilderTextInputDialogBuilder. setValidator(TextInputDialogResultValidator validator)Sets the validator that will be attached to the text box in the dialog
-