Package io.jmix.flowui.xml.facet
Interface FacetLoaderConfig
- All Known Implementing Classes:
CustomFacetsLoaderConfig,DefaultFacetLoaderConfig
public interface FacetLoaderConfig
Configuration interface for
FacetLoader implementations.-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends FacetLoader<?>>getLoader(org.dom4j.Element element) booleansupports(org.dom4j.Element element) Checks whether the config contains a loader that supports the givenelement.
-
Method Details
-
supports
boolean supports(org.dom4j.Element element) Checks whether the config contains a loader that supports the givenelement.- Parameters:
element- element to check- Returns:
trueif the config contains suitable loader,falseotherwise
-
getLoader
- Parameters:
element- element to load- Returns:
FacetLoaderinstance for loading the givenelement
-