Class DataCell


  • public class DataCell
    extends TableCell
    A data-cell holds a reference to a TableCellRenderBox. It contains data and is usually found in the upper left corner of an cell.
    Author:
    Thomas Morgner
    • Constructor Summary

      Constructors 
      Constructor Description
      DataCell​(int rowSpan, int colSpan, java.lang.Object cellRenderBox)  
    • Constructor Detail

      • DataCell

        public DataCell​(int rowSpan,
                        int colSpan,
                        java.lang.Object cellRenderBox)
    • Method Detail

      • getCellRenderBox

        public java.lang.Object getCellRenderBox()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class TableCell