Module com.googlecode.lanterna
Interface TextInputDialogResultValidator
-
public interface TextInputDialogResultValidatorInterface to implement for custom validation of text input in aTextInputDialog
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringvalidate(java.lang.String content)Tests the content in the text box if it is valid or not
-