Module com.googlecode.lanterna
Interface TextInputDialogResultValidator
-
public interface TextInputDialogResultValidator
Interface 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.String
validate(java.lang.String content)
Tests the content in the text box if it is valid or not
-