Class Cell

    • Constructor Detail

      • Cell

        public Cell​(SheetWidget sheetWidget,
                    int col,
                    int row)
    • Method Detail

      • getElement

        public com.google.gwt.dom.client.DivElement getElement()
      • 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,
                             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()