Package io.jmix.ui.sys
Interface XmlInheritanceProcessor.ElementTargetLocator
- All Known Implementing Classes:
 XmlInheritanceProcessor.ButtonElementTargetLocator,XmlInheritanceProcessor.CommonElementTargetLocator,XmlInheritanceProcessor.ViewElementTargetLocator,XmlInheritanceProcessor.ViewPropertyElementTargetLocator
- Enclosing class:
 - XmlInheritanceProcessor
 
protected static interface XmlInheritanceProcessor.ElementTargetLocator
- 
Method Summary
Modifier and TypeMethodDescriptionorg.dom4j.Elementlocate(org.dom4j.Element resultParentElem, org.dom4j.Element extElem) booleansuitableFor(org.dom4j.Element extElem)  
- 
Method Details
- 
suitableFor
boolean suitableFor(org.dom4j.Element extElem)  - 
locate
@Nullable org.dom4j.Element locate(org.dom4j.Element resultParentElem, org.dom4j.Element extElem)  
 -