Uses of Interface
com.googlecode.lanterna.gui2.dialogs.TextInputDialogResultValidator
Packages that use TextInputDialogResultValidator
-
Uses of TextInputDialogResultValidator in com.googlecode.lanterna.gui2.dialogs
Fields in com.googlecode.lanterna.gui2.dialogs declared as TextInputDialogResultValidatorModifier and TypeFieldDescriptionprivate final TextInputDialogResultValidatorTextInputDialog.validatorprivate TextInputDialogResultValidatorTextInputDialogBuilder.validatorMethods in com.googlecode.lanterna.gui2.dialogs that return TextInputDialogResultValidatorModifier and TypeMethodDescriptionTextInputDialogBuilder.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 TextInputDialogResultValidatorModifier and TypeMethodDescriptionTextInputDialogBuilder.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 TextInputDialogResultValidatorModifierConstructorDescription(package private)TextInputDialog(String title, String description, TerminalSize textBoxPreferredSize, String initialContent, TextInputDialogResultValidator validator, boolean password)