-
public final class ValidatedTextFieldWrapper extends TextFieldWrapper
Wrapper for validated text fields
-
-
Constructor Summary
Constructors Constructor Description ValidatedTextFieldWrapper(Field field)
-
Method Summary
Modifier and Type Method Description final BooleangetIsValid()True if the field value passes validation, otherwise false. final OcrResultgetValue()Field text value final Field.TypegetType()Field type final BitmapgetImage()Field image crop -
-
Constructor Detail
-
ValidatedTextFieldWrapper
ValidatedTextFieldWrapper(Field field)
-
-
Method Detail
-
getIsValid
final Boolean getIsValid()
True if the field value passes validation, otherwise false.
-
getType
final Field.Type getType()
Field type
-
-
-
-