Package io.jmix.ui.sys
Class XmlInheritanceProcessor.ViewPropertyElementTargetLocator
java.lang.Object
io.jmix.ui.sys.XmlInheritanceProcessor.ViewPropertyElementTargetLocator
- All Implemented Interfaces:
 XmlInheritanceProcessor.ElementTargetLocator
- Enclosing class:
 - XmlInheritanceProcessor
 
protected static class XmlInheritanceProcessor.ViewPropertyElementTargetLocator
extends Object
implements XmlInheritanceProcessor.ElementTargetLocator
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionorg.dom4j.Elementlocate(org.dom4j.Element resultParentElem, org.dom4j.Element extElem) booleansuitableFor(org.dom4j.Element extElem)  
- 
Constructor Details
- 
ViewPropertyElementTargetLocator
protected ViewPropertyElementTargetLocator() 
 - 
 - 
Method Details
- 
suitableFor
public boolean suitableFor(org.dom4j.Element extElem) - Specified by:
 suitableForin interfaceXmlInheritanceProcessor.ElementTargetLocator
 - 
locate
@Nullable public org.dom4j.Element locate(org.dom4j.Element resultParentElem, org.dom4j.Element extElem) - Specified by:
 locatein interfaceXmlInheritanceProcessor.ElementTargetLocator
 
 -