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 Detail

      • DataCell

        public DataCell​(int rowSpan,
                        int colSpan,
                        Object cellRenderBox)