Package io.jmix.uiconstraints.viewparser
Interface ViewComponentParser
- All Known Implementing Classes:
ViewComponentParserImpl
public interface ViewComponentParser
Interface for extracting information about UI components from a view XML descriptor. Used by UI component policy
creation views for showing a list of components and actions belonging to the view.
-
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.
-
Method Details
-
parseViewComponents
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.- See Also:
-