Class CurrencyFormatter

    • Constructor Detail

      • CurrencyFormatter

        public CurrencyFormatter()
    • Method Detail

      • encode

        public String encode​(Integer modelValue)
        Specified by:
        encode in interface com.vaadin.flow.templatemodel.ModelEncoder<Integer,​String>
      • decode

        public Integer decode​(String presentationValue)
        Specified by:
        decode in interface com.vaadin.flow.templatemodel.ModelEncoder<Integer,​String>