Uses of Interface
com.vaadin.flow.component.spreadsheet.client.MergedRegionUtil.MergedRegionContainer
-
Packages that use MergedRegionUtil.MergedRegionContainer Package Description com.vaadin.flow.component.spreadsheet com.vaadin.flow.component.spreadsheet.client -
-
Uses of MergedRegionUtil.MergedRegionContainer in com.vaadin.flow.component.spreadsheet
Fields in com.vaadin.flow.component.spreadsheet declared as MergedRegionUtil.MergedRegionContainer Modifier and Type Field Description protected MergedRegionUtil.MergedRegionContainerSpreadsheet. mergedRegionContainerContainer for merged regions for the currently active sheet.Methods in com.vaadin.flow.component.spreadsheet that return MergedRegionUtil.MergedRegionContainer Modifier and Type Method Description protected MergedRegionUtil.MergedRegionContainerSpreadsheet. getMergedRegionContainer()Gets the MergedRegionContainer for this Spreadsheet. -
Uses of MergedRegionUtil.MergedRegionContainer in com.vaadin.flow.component.spreadsheet.client
Methods in com.vaadin.flow.component.spreadsheet.client with parameters of type MergedRegionUtil.MergedRegionContainer 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.
-