Uses of Class
com.vaadin.addon.spreadsheet.client.MergedRegion
Packages that use MergedRegion
Package
Description
-
Uses of MergedRegion in com.vaadin.addon.spreadsheet.client
Methods in com.vaadin.addon.spreadsheet.client that return MergedRegionModifier and TypeMethodDescriptionprotected MergedRegionSelectionHandler.findDecreasingSelection(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.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.MergedRegionUtil.MergedRegionContainer.getMergedRegion(int column, int row) Gets the merged region overlapping the given coordinates.SheetHandler.getMergedRegion(int col, int row) Returns the merged region that this cell belongs to.SpreadsheetWidget.getMergedRegion(int column, int row) MergedRegionUtil.MergedRegionContainer.getMergedRegionStartingFrom(int column, int row) Gets the merged region starting at the given coordinates.SheetHandler.getMergedRegionStartingFrom(int col, int row) Params 1-basedSpreadsheetWidget.getMergedRegionStartingFrom(int column, int row) Methods in com.vaadin.addon.spreadsheet.client with parameters of type MergedRegionModifier and TypeMethodDescriptionvoidSheetWidget.addMergedRegion(MergedRegion region) protected voidSelectionHandler.onCellSelectedWithKeyboard(int column, int row, String value, MergedRegion region) voidSheetWidget.removeMergedRegion(MergedRegion region, int ruleIndex) voidSheetWidget.updateMergedRegionSize(MergedRegion region) Method parameters in com.vaadin.addon.spreadsheet.client with type arguments of type MergedRegionModifier and TypeMethodDescriptionvoidSpreadsheetWidget.updateMergedRegions(ArrayList<MergedRegion> mergedRegions) -
Uses of MergedRegion in com.vaadin.component.spreadsheet.client.js
Methods in com.vaadin.component.spreadsheet.client.js that return types with arguments of type MergedRegionModifier and TypeMethodDescriptionstatic ArrayList<MergedRegion>Parser.parseArrayMergedRegion(String raw)