Schnittstelle AccessibleInvalidState


public interface AccessibleInvalidState
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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
  • Felddetails

    • FALSE

      static final int FALSE
      There are no detected errors in the value
      Siehe auch:
    • TRUE

      static final int TRUE
      The value entered by the user has failed validation
      Siehe auch:
    • GRAMMAR

      static final int GRAMMAR
      A grammatical error was detected
      Siehe auch:
    • SPELLING

      static final int SPELLING
      A spelling error was detected
      Siehe auch: