Class BMoneyTableCellType

  • All Implemented Interfaces:
    TableCellType<org.tentackle.common.BMoney>

    @TableCellTypeService(org.tentackle.common.BMoney.class)
    public class BMoneyTableCellType
    extends NumberTableCellType<org.tentackle.common.BMoney>
    A money cell type.
    Provided as a fallback to application specific types that don't provide t
    Author:
    harald
    • Constructor Detail

      • BMoneyTableCellType

        public BMoneyTableCellType()
    • Method Detail

      • getFormat

        protected java.text.DecimalFormat getFormat​(FxTableCell<?,​org.tentackle.common.BMoney> tableCell,
                                                    org.tentackle.common.BMoney item)
        Description copied from class: NumberTableCellType
        Gets the number format.
        Overrides:
        getFormat in class NumberTableCellType<org.tentackle.common.BMoney>
        Parameters:
        tableCell - the cell
        item - the number
        Returns:
        the format, null if default toString()