Class ViewComponentParserImpl
java.lang.Object
io.jmix.uiconstraints.viewparser.impl.ViewComponentParserImpl
- All Implemented Interfaces:
- ViewComponentParser
@Component("uicns_ViewComponentParser")
public class ViewComponentParserImpl
extends Object
implements ViewComponentParser
- 
Constructor SummaryConstructorsConstructorDescriptionViewComponentParserImpl(ViewRegistry viewRegistry, ViewXmlLoader viewXmlLoader, ClassManager classManager) 
- 
Method SummaryModifier and TypeMethodDescriptionparseViewComponents(String viewId) Method parses view XML descriptor and returns a list ofViewComponentInfothat represent UI components and actions of the view with a given id.
- 
Constructor Details- 
ViewComponentParserImplpublic ViewComponentParserImpl(ViewRegistry viewRegistry, ViewXmlLoader viewXmlLoader, ClassManager classManager) 
 
- 
- 
Method Details- 
parseViewComponentsDescription copied from interface:ViewComponentParserMethod parses view XML descriptor and returns a list ofViewComponentInfothat represent UI components and actions of the view with a given id. Only components and actions that are supported by the UI Constraints mechanism are returned.- Specified by:
- parseViewComponentsin interface- ViewComponentParser
- See Also:
 
 
-