Package io.jmix.flowui.sys
Interface XmlInheritanceProcessor.ElementTargetLocator
- All Known Implementing Classes:
- XmlInheritanceProcessor.ButtonElementTargetLocator,- XmlInheritanceProcessor.CommonElementTargetLocator,- XmlInheritanceProcessor.DataGridColumnElementTargetLocator,- XmlInheritanceProcessor.FetchPlanElementTargetLocator,- XmlInheritanceProcessor.FetchPlanPropertyElementTargetLocator
- Enclosing class:
- XmlInheritanceProcessor
protected static interface XmlInheritanceProcessor.ElementTargetLocator
- 
Method SummaryModifier and TypeMethodDescriptionorg.dom4j.Elementlocate(org.dom4j.Element resultParentElem, org.dom4j.Element extElem) booleansuitableFor(org.dom4j.Element extElem) 
- 
Method Details- 
suitableForboolean suitableFor(org.dom4j.Element extElem) 
- 
locate@Nullable org.dom4j.Element locate(org.dom4j.Element resultParentElem, org.dom4j.Element extElem) 
 
-