Class FormatterLoadFactory
java.lang.Object
io.jmix.flowui.component.formatter.FormatterLoadFactory
@Component("flowui_FormatterLoadFactory")
@Scope("prototype")
public class FormatterLoadFactory
extends Object
Specific bean for loading formatters.
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContext
protected ComponentLoader.Context
protected LoaderSupport
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionFormatter<?>
createFormatter
(org.dom4j.Element element) Creates a formatter from XML element.boolean
isFormatter
(org.dom4j.Element element) Checks if XML element is a formatter.protected CollectionFormatter
loadCollectionFormatter
(org.dom4j.Element element) protected Formatter<?>
loadCustomFormatter
(org.dom4j.Element element) protected DateFormatter<?>
loadDateFormatter
(org.dom4j.Element element) protected NumberFormatter
loadNumberFormatter
(org.dom4j.Element element) void
setApplicationContext
(org.springframework.context.ApplicationContext applicationContext) void
setLoaderSupport
(LoaderSupport loaderSupport)
-
Field Details
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext -
loaderSupport
-
context
-
FORMATTERS_MAP
-
-
Constructor Details
-
FormatterLoadFactory
-
-
Method Details
-
setApplicationContext
@Autowired public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) -
setLoaderSupport
-
createFormatter
Creates a formatter from XML element.- Parameters:
element
- XML element- Returns:
- formatter or null if there is no such element
-
isFormatter
public boolean isFormatter(org.dom4j.Element element) Checks if XML element is a formatter.- Parameters:
element
- XML element- Returns:
true
if the element is formatter,false
otherwise
-
loadCollectionFormatter
-
loadCustomFormatter
-
loadDateFormatter
-
loadNumberFormatter
-