public interface IInputVerifier
| Modifier and Type | Method and Description |
|---|---|
boolean |
verify(java.lang.String currentValue,
java.lang.String input,
int start,
int end)
Verifies an text input
|
boolean verify(java.lang.String currentValue,
java.lang.String input,
int start,
int end)
currentValue - The current value of the text widget, may be nullinput - The input of the user (may be an empty string when deleting something)start - The index where the input startsend - The index where the input endsSiehe auch Jowidgets Nutzerhandbuch