Interface AttributesComponentRenderer

  • All Known Implementing Classes:
    UnboundSectionRenderer

    public interface AttributesComponentRenderer
    Interface to be implemented by all component renderers that display types' attributes and can list them for 3rd party component that may rely on this information.
    • Method Detail

      • getRenderedQualifiers

        java.util.Collection<java.lang.String> getRenderedQualifiers​(WidgetInstanceManager widgetInstanceManager)
        The method should list all the attributes it renders.
        Parameters:
        widgetInstanceManager - widget which requires qualifiers
        Returns:
        list of used qualifiers