Class BMoneyTableCellType

java.lang.Object
org.tentackle.fx.table.type.AbstractTableCellType<T>
org.tentackle.fx.table.type.NumberTableCellType<org.tentackle.common.BMoney>
org.tentackle.fx.table.type.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 BMoney cell type.
Author:
harald
  • Constructor Details

    • BMoneyTableCellType

      public BMoneyTableCellType()
      Creates the cell type for BMoney.
  • Method Details