Interface DependencyMatrixSelection


  • @OpenApiAll
    public interface DependencyMatrixSelection
    Provides information about dependency matrix row, column, cell selection.
    • Method Detail

      • isCellSelected

        boolean isCellSelected​(ElementNode row,
                               ElementNode column)
        Returns true if cell between given row and given column is selected.
      • getSelectedRows

        java.util.Collection<ElementNode> getSelectedRows()
        Returns collection of {ElementNode} of all selected rows.
      • getSelectedColumns

        java.util.Collection<ElementNode> getSelectedColumns()
        Returns collection of {ElementNode} of all selected columns.
      • isMultipleCellsSelected

        boolean isMultipleCellsSelected()
        Returns true if only multiple cells are selected.
      • isSingleCellSelected

        boolean isSingleCellSelected()
        Returns true if only single cell is selected.