Uses of Interface
com.vaadin.flow.component.spreadsheet.client.MergedRegionUtil.MergedRegionContainer
Packages that use MergedRegionUtil.MergedRegionContainer
Package
Description
-
Uses of MergedRegionUtil.MergedRegionContainer in com.vaadin.flow.component.spreadsheet
Fields in com.vaadin.flow.component.spreadsheet declared as MergedRegionUtil.MergedRegionContainerModifier and TypeFieldDescriptionprotected final MergedRegionUtil.MergedRegionContainerSpreadsheet.mergedRegionContainerContainer for merged regions for the currently active sheet.Methods in com.vaadin.flow.component.spreadsheet that return MergedRegionUtil.MergedRegionContainerModifier and TypeMethodDescriptionprotected 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.MergedRegionContainerModifier 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.