Class SidebarConfiguration
- java.lang.Object
-
- com.acrolinx.sidebar.pojo.settings.SidebarConfiguration
-
public class SidebarConfiguration extends java.lang.Object
Available configuration for the Acrolinx Sidebar
-
-
Constructor Summary
Constructors Constructor Description SidebarConfiguration(java.lang.Boolean readOnlySuggestions)
The Acrolinx Sidebar can be configured to only show suggestion but to not be clickable.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Constructor Detail
-
SidebarConfiguration
public SidebarConfiguration(java.lang.Boolean readOnlySuggestions)
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.
-
-