| Package | Description |
|---|---|
| com.vaadin.addon.spreadsheet.client | |
| com.vaadin.addon.spreadsheet.shared |
| Modifier and Type | Method and Description |
|---|---|
protected MergedRegion |
SelectionHandler.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 MergedRegion |
MergedRegionUtil.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.
|
MergedRegion |
SpreadsheetWidget.getMergedRegion(int column,
int row) |
MergedRegion |
SheetHandler.getMergedRegion(int col,
int row)
Returns the merged region that this cell belongs to.
|
MergedRegion |
MergedRegionUtil.MergedRegionContainer.getMergedRegion(int column,
int row)
Gets the merged region overlapping the given coordinates.
|
MergedRegion |
SpreadsheetWidget.getMergedRegionStartingFrom(int column,
int row) |
MergedRegion |
SheetHandler.getMergedRegionStartingFrom(int col,
int row)
Returns the merged region starting at the given coordinates.
|
MergedRegion |
MergedRegionUtil.MergedRegionContainer.getMergedRegionStartingFrom(int column,
int row)
Gets the merged region starting at the given coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SheetWidget.addMergedRegion(MergedRegion region) |
protected void |
SelectionHandler.onCellSelectedWithKeyboard(int column,
int row,
String value,
MergedRegion region) |
void |
SheetWidget.removeMergedRegion(MergedRegion region,
int ruleIndex) |
void |
SheetWidget.updateMergedRegionSize(MergedRegion region) |
| Modifier and Type | Method and Description |
|---|---|
void |
SpreadsheetWidget.updateMergedRegions(ArrayList<MergedRegion> mergedRegions) |
| Modifier and Type | Field and Description |
|---|---|
ArrayList<MergedRegion> |
SpreadsheetState.mergedRegions |
Copyright © 2013–2026 Vaadin Ltd. All rights reserved.