Interface ValidatedTableModel

    • Method Detail

      • validateAt

        java.lang.String validateAt​(int rowIndex,
                                    int columnIndex)
        Returns:
        error messages or null if current value valid.
      • validateAt

        <V> java.lang.String validateAt​(int rowIndex,
                                        int columnIndex,
                                        V value)
        Returns:
        error message or null if specified value is valid.
      • isNoErrors

        boolean isNoErrors()
        Returns:
        true if there are no validation errors.