Class SidebarConfiguration
java.lang.Object
com.acrolinx.sidebar.pojo.settings.SidebarConfiguration
Available configuration for the Acrolinx Sidebar
-
Constructor Summary
ConstructorsConstructorDescriptionSidebarConfiguration(Boolean readOnlySuggestions) The Acrolinx Sidebar can be configured to only show suggestion but to not be clickable. -
Method Summary
-
Constructor Details
-
SidebarConfiguration
The Acrolinx Sidebar can be configured to only show suggestion but to not be clickable. This can be useful if the checked context shouldn't be modified by the Acrolinx Sidebar.- Parameters:
readOnlySuggestions- If set to `true` the suggestions won't be clickable and not modify the content.
-
-
Method Details