Class MergedCell
- java.lang.Object
-
- com.vaadin.addon.spreadsheet.client.Cell
-
- com.vaadin.addon.spreadsheet.client.MergedCell
-
public class MergedCell extends Cell
-
-
Field Summary
-
Fields inherited from class com.vaadin.addon.spreadsheet.client.Cell
CELL_COMMENT_TRIANGLE_CLASSNAME, CELL_INVALID_FORMULA_CLASSNAME
-
-
Constructor Summary
Constructors Constructor Description MergedCell(SheetWidget sheetWidget, int col, int row)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intgetCellWidth()protected voidupdateClassName()-
Methods inherited from class com.vaadin.addon.spreadsheet.client.Cell
getCellStyle, getCol, getElement, getRow, getValue, hasValue, isOverflowDirty, markAsOverflowDirty, removeCellCommentMark, removeInvalidFormulaIndicator, removePopupButton, setValue, setValue, showCellCommentMark, showInvalidFormulaIndicator, showPopupButton, update, updateCellValues
-
-
-
-
Constructor Detail
-
MergedCell
public MergedCell(SheetWidget sheetWidget, int col, int row)
-
-
Method Detail
-
updateClassName
protected void updateClassName()
- Overrides:
updateClassNamein classCell
-
getCellWidth
protected int getCellWidth()
- Overrides:
getCellWidthin classCell
-
-