Class EditorUnicodeHighlightOptions

  • All Implemented Interfaces:
    java.io.Serializable

    public class EditorUnicodeHighlightOptions
    extends org.primefaces.shaded.json.JSONObject
    implements java.io.Serializable
    Defines how Unicode characters should be highlighted.
    See Also:
    Serialized Form
    • Constructor Detail

      • EditorUnicodeHighlightOptions

        public EditorUnicodeHighlightOptions()
    • Method Detail

      • getAllowedCharacters

        public org.primefaces.shaded.json.JSONObject getAllowedCharacters()
        Returns:
        A map of allowed characters (true: allowed).
      • setAllowedCharacters

        public EditorUnicodeHighlightOptions setAllowedCharacters​(org.primefaces.shaded.json.JSONObject allowedCharacters)
        Parameters:
        allowedCharacters - A map of allowed characters (true: allowed).
        Returns:
        This same instance, useful for chaining multiple setter methods in one call.
      • addAllowedCharacter

        public EditorUnicodeHighlightOptions addAllowedCharacter​(java.lang.String key,
                                                                 java.lang.Boolean value)
        A map of allowed characters (true: allowed).
        Parameters:
        key - The key of the map entry to add.
        value - The value to associate with the key.
        Returns:
        This same instance, useful for chaining multiple setter methods in one call.
      • setAllowedCharacters

        public EditorUnicodeHighlightOptions setAllowedCharacters​(java.util.Map<java.lang.String,​java.lang.Boolean> allowedCharacters)
        Parameters:
        allowedCharacters - A map of allowed characters (true: allowed).
        Returns:
        This same instance, useful for chaining multiple setter methods in one call.
      • isAmbiguousCharacters

        public java.lang.Boolean isAmbiguousCharacters()
      • isIncludeComments

        public java.lang.Boolean isIncludeComments()
      • isInvisibleCharacters

        public java.lang.Boolean isInvisibleCharacters()
      • isNonBasicASCII

        public java.lang.Boolean isNonBasicASCII()