Interface AccessibleInvalidState


public interface AccessibleInvalidState
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    There are no detected errors in the value
    static final int
    A grammatical error was detected
    static final int
    A spelling error was detected
    static final int
    The value entered by the user has failed validation
  • Field Details