Uses of Class
com.vaadin.addon.spreadsheet.client.MergedRegion
-
Packages that use MergedRegion Package Description com.vaadin.addon.spreadsheet.client com.vaadin.addon.spreadsheet.shared com.vaadin.component.spreadsheet.client.js -
-
Uses of MergedRegion in com.vaadin.addon.spreadsheet.client
Methods in com.vaadin.addon.spreadsheet.client that return MergedRegion Modifier and Type Method Description protected 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.MergedRegionMergedRegionUtil.MergedRegionContainer. getMergedRegion(int column, int row)Gets the merged region overlapping the given coordinates.MergedRegionSheetHandler. getMergedRegion(int col, int row)Returns the merged region that this cell belongs to.MergedRegionSpreadsheetWidget. getMergedRegion(int column, int row)MergedRegionMergedRegionUtil.MergedRegionContainer. getMergedRegionStartingFrom(int column, int row)Gets the merged region starting at the given coordinates.MergedRegionSheetHandler. getMergedRegionStartingFrom(int col, int row)Params 1-basedMergedRegionSpreadsheetWidget. getMergedRegionStartingFrom(int column, int row)Methods in com.vaadin.addon.spreadsheet.client with parameters of type MergedRegion Modifier and Type Method Description voidSheetWidget. 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 MergedRegion Modifier and Type Method Description voidSpreadsheetWidget. updateMergedRegions(ArrayList<MergedRegion> mergedRegions) -
Uses of MergedRegion in com.vaadin.addon.spreadsheet.shared
Fields in com.vaadin.addon.spreadsheet.shared with type parameters of type MergedRegion Modifier and Type Field Description ArrayList<MergedRegion>SpreadsheetState. 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 MergedRegion Modifier and Type Method Description static ArrayList<MergedRegion>Parser. parseArrayMergedRegion(String raw)
-