public static class PDFFormField.KeyStrokeEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
currentValue
A field's current value.
|
int |
end
Indicate the position of a field's value where the strChange end.
|
java.lang.String |
inputValue
Input string
|
int |
start
Indicate the position of a field's value where the strChange start.
|
boolean |
willCommit
Verifies the current keystroke event before the data is committed.
|
Constructor and Description |
---|
PDFFormField.KeyStrokeEvent() |
public java.lang.String currentValue
public java.lang.String inputValue
public int start
public int end
public boolean willCommit