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 Summary
ConstructorDescriptionViewComponentParserImpl
(ViewRegistry viewRegistry, ViewXmlLoader viewXmlLoader, ClassManager classManager) -
Method Summary
Modifier and TypeMethodDescriptionparseViewComponents
(String viewId) Method parses view XML descriptor and returns a list ofViewComponentInfo
that represent UI components and actions of the view with a given id.
-
Constructor Details
-
ViewComponentParserImpl
public ViewComponentParserImpl(ViewRegistry viewRegistry, ViewXmlLoader viewXmlLoader, ClassManager classManager)
-
-
Method Details
-
parseViewComponents
Description copied from interface:ViewComponentParser
Method parses view XML descriptor and returns a list ofViewComponentInfo
that 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:
parseViewComponents
in interfaceViewComponentParser
- See Also:
-