java.lang.Object
com.vaadin.addon.spreadsheet.client.Cell
Direct Known Subclasses:
MergedCell

public class Cell extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getElement

      public com.google.gwt.dom.client.DivElement getElement()
    • getTextColor

      public String getTextColor()
    • update

      public void update(int col, int row, CellData cellData)
    • getCellWidth

      protected int getCellWidth()
    • updateCellValues

      protected void updateCellValues()
    • updateClassName

      protected void updateClassName()
    • getCellStyle

      public String getCellStyle()
    • getCol

      public int getCol()
    • getRow

      public int getRow()
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value, String cellStyle, String textColor, boolean needsMeasure)
    • setValue

      public void setValue(String value)
    • 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()