Interface PropertiesSidebarConfiguredContainer
public interface PropertiesSidebarConfiguredContainer
The container that the Properties Sidebar is available inside of.
- Since:
- 3.17.3
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceConfiguration for enabling the sidebar on a tag representing the rendered object. -
Method Summary
Modifier and TypeMethodDescriptionThe attribute names used inPropertiesSidebarConfiguredContainer.ReferenceTagConfiguration.openSidebarOnClick(HtmlTagBuilder referenceTagBuilder) Configuration for opening the sidebar on click on the html tag containing the rendered object.
-
Method Details
-
htmlTagBuilder
- Returns:
HtmlTagBuilderprepared with the Java script configuration for the sidebar. Use it for adding all or part of the widget's content.
-
attributes
The attribute names used inPropertiesSidebarConfiguredContainer.ReferenceTagConfiguration.
No need to use this, whenopenSidebarOnClick(HtmlTagBuilder)andPropertiesSidebarConfiguredContainer.ReferenceTagConfiguration} are used.
-