Uses of Class
com.vaadin.flow.component.spreadsheet.client.MergedRegion
-
Packages that use MergedRegion Package Description com.vaadin.flow.component.spreadsheet.client com.vaadin.flow.component.spreadsheet.shared -
-
Uses of MergedRegion in com.vaadin.flow.component.spreadsheet.client
Methods in com.vaadin.flow.component.spreadsheet.client that return MergedRegion Modifier and Type Method Description static 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.MergedRegionMergedRegionUtil.MergedRegionContainer. getMergedRegion(int column, int row)Gets the merged region overlapping the given coordinates.MergedRegionMergedRegionUtil.MergedRegionContainer. getMergedRegionStartingFrom(int column, int row)Gets the merged region starting at the given coordinates. -
Uses of MergedRegion in com.vaadin.flow.component.spreadsheet.shared
Fields in com.vaadin.flow.component.spreadsheet.shared with type parameters of type MergedRegion Modifier and Type Field Description ArrayList<MergedRegion>SpreadsheetState. mergedRegions
-