Interface AttributesComponentRenderer
-
- All Known Implementing Classes:
UnboundSectionRenderer
public interface AttributesComponentRendererInterface 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<java.lang.String>getRenderedQualifiers(WidgetInstanceManager widgetInstanceManager)The method should list all the attributes it renders.
-
-
-
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
-
-