Interface CheckingResultsViewRow


public interface CheckingResultsViewRow
Represents a single row in the CheckingResultsView. This is not intended for creating new rows, but for identifying them. A row is always based on one and only one of the following: Result, ResultCategory or Result and Component combination. In case the row is based on a combination of result and component, both getters will return a value.
Since:
9.12.0
  • Method Details