Uses of Class
com.vaadin.flow.component.spreadsheet.client.MergedRegion
Packages that use MergedRegion
Package
Description
-
Uses of MergedRegion in com.vaadin.flow.component.spreadsheet.client
Methods in com.vaadin.flow.component.spreadsheet.client that return MergedRegionModifier and TypeMethodDescriptionstatic MergedRegionMergedRegionUtil.findIncreasingSelection(MergedRegionUtil.MergedRegionContainer container, int topRow, int bottomRow, int leftColumn, int rightColumn) Goes through the given selection and checks that the cells on the edges of the selection are not in "the beginning / middle / end" of a merged cell.MergedRegionUtil.MergedRegionContainer.getMergedRegion(int column, int row) Gets the merged region overlapping the given coordinates.MergedRegionUtil.MergedRegionContainer.getMergedRegionStartingFrom(int column, int row) Gets the merged region starting at the given coordinates.