Class DateTableCellRenderer

    • Constructor Detail

      • DateTableCellRenderer

        public DateTableCellRenderer()
      • DateTableCellRenderer

        public DateTableCellRenderer​(Property<? extends Date> property)
    • Method Detail

      • formatProperty

        protected Object formatProperty​(Date property)
        Description copied from class: BasicTableCellRenderer
        By default returns an empty String for null, otherwise the property itself. If you would like to format the given property somehow, do it here.
        Overrides:
        formatProperty in class BasicTableCellRenderer<Date>
        Parameters:
        property - typed property
        Returns:
        formatted property