public class Cell extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CELL_COMMENT_TRIANGLE_CLASSNAME |
static String |
CELL_INVALID_FORMULA_CLASSNAME |
| Constructor and Description |
|---|
Cell(SheetWidget sheetWidget,
int col,
int row) |
Cell(SheetWidget sheetWidget,
int col,
int row,
CellData cellData) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCellStyle() |
protected int |
getCellWidth() |
int |
getCol() |
com.google.gwt.dom.client.DivElement |
getElement() |
int |
getRow() |
String |
getValue() |
boolean |
hasValue() |
boolean |
isOverflowDirty() |
void |
markAsOverflowDirty() |
void |
removeCellCommentMark() |
void |
removeInvalidFormulaIndicator() |
void |
removePopupButton() |
void |
setValue(String value) |
void |
setValue(String value,
String cellStyle,
boolean needsMeasure) |
void |
showCellCommentMark() |
void |
showInvalidFormulaIndicator() |
void |
showPopupButton(com.google.gwt.dom.client.Element popupButtonElement) |
void |
update(int col,
int row,
CellData cellData) |
protected void |
updateCellValues() |
protected void |
updateClassName() |
public static final String CELL_COMMENT_TRIANGLE_CLASSNAME
public static final String CELL_INVALID_FORMULA_CLASSNAME
public Cell(SheetWidget sheetWidget, int col, int row)
public Cell(SheetWidget sheetWidget, int col, int row, CellData cellData)
public com.google.gwt.dom.client.DivElement getElement()
public void update(int col,
int row,
CellData cellData)
protected int getCellWidth()
protected void updateCellValues()
protected void updateClassName()
public String getCellStyle()
public int getCol()
public int getRow()
public String getValue()
public void setValue(String value)
public void showPopupButton(com.google.gwt.dom.client.Element popupButtonElement)
public void removePopupButton()
public void showCellCommentMark()
public void removeCellCommentMark()
public void showInvalidFormulaIndicator()
public void removeInvalidFormulaIndicator()
public boolean isOverflowDirty()
public void markAsOverflowDirty()
public boolean hasValue()
Copyright © 2013–2026 Vaadin Ltd. All rights reserved.