Class Cell
java.lang.Object
com.vaadin.addon.spreadsheet.client.Cell
- Direct Known Subclasses:
MergedCell
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCell(SheetWidget sheetWidget, int col, int row) Cell(SheetWidget sheetWidget, int col, int row, CellData cellData) -
Method Summary
Modifier and TypeMethodDescriptionprotected intintgetCol()com.google.gwt.dom.client.DivElementintgetRow()getValue()booleanhasValue()booleanvoidvoidvoidvoidvoidvoidvoidvoidvoidshowPopupButton(com.google.gwt.dom.client.Element popupButtonElement) voidprotected voidprotected void
-
Field Details
-
CELL_COMMENT_TRIANGLE_CLASSNAME
- See Also:
-
CELL_INVALID_FORMULA_CLASSNAME
- See Also:
-
-
Constructor Details
-
Cell
-
Cell
-
-
Method Details
-
getElement
public com.google.gwt.dom.client.DivElement getElement() -
update
-
getCellWidth
protected int getCellWidth() -
updateCellValues
protected void updateCellValues() -
updateClassName
protected void updateClassName() -
getCellStyle
-
getCol
public int getCol() -
getRow
public int getRow() -
getValue
-
setValue
-
setValue
-
showPopupButton
public void showPopupButton(com.google.gwt.dom.client.Element popupButtonElement) -
removePopupButton
public void removePopupButton() -
showCellCommentMark
public void showCellCommentMark() -
removeCellCommentMark
public void removeCellCommentMark() -
showInvalidFormulaIndicator
public void showInvalidFormulaIndicator() -
removeInvalidFormulaIndicator
public void removeInvalidFormulaIndicator() -
isOverflowDirty
public boolean isOverflowDirty() -
markAsOverflowDirty
public void markAsOverflowDirty() -
hasValue
public boolean hasValue()
-