Interface IExtensionHighlightComputer

  • All Known Implementing Classes:
    ExtensionHighlightComputer

    public interface IExtensionHighlightComputer
    Interface for computer of cells' highlighting.
    • Method Detail

      • setEditingContext

        void setEditingContext​(IEditingContext editingContext)
        Sets editing context.
        Parameters:
        editingContext - IEditingContext, may not be null.
      • computeCellsHighlighting

        void computeCellsHighlighting()
        Compute highlighted cells.
      • getCellHighlightingType

        CellHighlightingType getCellHighlightingType​(int rowIndex,
                                                     int columnIndex)
        Get type of cell's highlighting.
        Parameters:
        cell - cell coordinates
        Returns:
        CellHighlightingType, never null.