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 -
Constructor Summary
ConstructorsConstructorDescriptionCurrencyRendererProvider(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 TypeMethodDescriptioncom.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
-
Field Details
-
NAME
- See Also:
-
-
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:
createRendererin interfaceio.jmix.flowui.xml.layout.loader.component.datagrid.RendererProvider<com.vaadin.flow.data.renderer.NumberRenderer<?>>- Overrides:
createRendererin classio.jmix.flowui.xml.layout.loader.component.datagrid.AbstractFormattableRendererProvider<com.vaadin.flow.data.renderer.NumberRenderer<?>>
-
supports
-