Uses of Interface
com.googlecode.lanterna.gui2.dialogs.TextInputDialogResultValidator
-
Packages that use TextInputDialogResultValidator Package Description com.googlecode.lanterna.gui2.dialogs -
-
Uses of TextInputDialogResultValidator in com.googlecode.lanterna.gui2.dialogs
Fields in com.googlecode.lanterna.gui2.dialogs declared as TextInputDialogResultValidator Modifier and Type Field Description private TextInputDialogResultValidator
TextInputDialog. validator
private TextInputDialogResultValidator
TextInputDialogBuilder. validator
Methods in com.googlecode.lanterna.gui2.dialogs that return TextInputDialogResultValidator Modifier and Type Method Description TextInputDialogResultValidator
TextInputDialogBuilder. getValidator()
Returns the validator that will be attached to the text box in the dialogMethods in com.googlecode.lanterna.gui2.dialogs with parameters of type TextInputDialogResultValidator Modifier and Type Method Description TextInputDialogBuilder
TextInputDialogBuilder. setValidator(TextInputDialogResultValidator validator)
Sets the validator that will be attached to the text box in the dialogConstructors in com.googlecode.lanterna.gui2.dialogs with parameters of type TextInputDialogResultValidator Constructor Description TextInputDialog(java.lang.String title, java.lang.String description, TerminalSize textBoxPreferredSize, java.lang.String initialContent, TextInputDialogResultValidator validator, boolean password)
-