Class CurrencyRendererProvider

java.lang.Object
io.jmix.flowui.xml.layout.loader.component.datagrid.AbstractFormattableRendererProvider<com.vaadin.flow.data.renderer.NumberRenderer<?>>
de.bytestore.hostinger.components.renderer.CurrencyRendererProvider
All Implemented Interfaces:
io.jmix.flowui.xml.layout.loader.component.datagrid.RendererProvider<com.vaadin.flow.data.renderer.NumberRenderer<?>>

@Component("currencyRenderer") public class CurrencyRendererProvider extends io.jmix.flowui.xml.layout.loader.component.datagrid.AbstractFormattableRendererProvider<com.vaadin.flow.data.renderer.NumberRenderer<?>>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    CurrencyRendererProvider(io.jmix.flowui.xml.layout.support.LoaderSupport loaderSupport, io.jmix.core.security.CurrentAuthentication currentAuthentication, io.jmix.core.metamodel.datatype.FormatStringsRegistry formatStringsRegistry)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.vaadin.flow.data.renderer.NumberRenderer<?>
    createRenderer(org.dom4j.Element element, io.jmix.core.metamodel.model.MetaPropertyPath metaPropertyPath, io.jmix.flowui.xml.layout.ComponentLoader.Context context)
     
    boolean
    supports(String rendererName)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • CurrencyRendererProvider

      public CurrencyRendererProvider(io.jmix.flowui.xml.layout.support.LoaderSupport loaderSupport, io.jmix.core.security.CurrentAuthentication currentAuthentication, io.jmix.core.metamodel.datatype.FormatStringsRegistry formatStringsRegistry)
  • Method Details

    • createRenderer

      public com.vaadin.flow.data.renderer.NumberRenderer<?> createRenderer(org.dom4j.Element element, io.jmix.core.metamodel.model.MetaPropertyPath metaPropertyPath, io.jmix.flowui.xml.layout.ComponentLoader.Context context)
      Specified by:
      createRenderer in interface io.jmix.flowui.xml.layout.loader.component.datagrid.RendererProvider<com.vaadin.flow.data.renderer.NumberRenderer<?>>
      Overrides:
      createRenderer in class io.jmix.flowui.xml.layout.loader.component.datagrid.AbstractFormattableRendererProvider<com.vaadin.flow.data.renderer.NumberRenderer<?>>
    • supports

      public boolean supports(String rendererName)