Class SidebarConfiguration

java.lang.Object
com.acrolinx.sidebar.pojo.settings.SidebarConfiguration

public class SidebarConfiguration extends Object
Available configuration for the Acrolinx Sidebar
  • Constructor Details

    • SidebarConfiguration

      public SidebarConfiguration(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.
  • Method Details