Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object