@OpenApiAll
public interface DependencyMatrixSelection
Modifier and Type | Interface and Description |
---|---|
static interface |
DependencyMatrixSelection.CellDescriptor
Describes cell.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<DependencyMatrixSelection.CellDescriptor> |
getSelectedCells()
Returns collection of {
DependencyMatrixSelection.CellDescriptor } of selected cells. |
java.util.Collection<ElementNode> |
getSelectedColumns()
Returns collection of {
ElementNode } of all selected columns. |
java.util.Collection<ElementNode> |
getSelectedRows()
Returns collection of {
ElementNode } of all selected rows. |
boolean |
isCellSelected(ElementNode row,
ElementNode column)
Returns true if cell between given row and given column is selected.
|
boolean |
isMultipleCellsSelected()
Returns true if only multiple cells are selected.
|
boolean |
isSingleCellSelected()
Returns true if only single cell is selected.
|
boolean isCellSelected(ElementNode row, ElementNode column)
java.util.Collection<ElementNode> getSelectedRows()
ElementNode
} of all selected rows.java.util.Collection<ElementNode> getSelectedColumns()
ElementNode
} of all selected columns.java.util.Collection<DependencyMatrixSelection.CellDescriptor> getSelectedCells()
DependencyMatrixSelection.CellDescriptor
} of selected cells.boolean isMultipleCellsSelected()
boolean isSingleCellSelected()