Class RowOverrideLabelAccumulator<T>

    • Method Detail

      • accumulateConfigLabels

        public void accumulateConfigLabels​(LabelStack configLabels,
                                           int columnPosition,
                                           int rowPosition)
        Description copied from interface: IConfigLabelAccumulator
        Add labels applicable to this cell position
        Parameters:
        configLabels - the labels currently applied to the cell. The labels contributed by this provider must be added to this stack
        columnPosition - of the cell for which labels are being gathered
        rowPosition - of the cell for which labels are being gathered
      • registerRowOverrides

        public void registerRowOverrides​(int rowIndex,
                                         String... configLabels)
        Gets the unique id for the row with the given index and registers the labels for that id.
        Parameters:
        rowIndex - The index of the row for which element the override should be registered.
        configLabels - The labels to register.