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 Details

    • parseViewComponents

      List<ViewComponentInfo> parseViewComponents(String viewId)
      Method parses view XML descriptor and returns a list of ViewComponentInfo 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: