Package io.jmix.ui

Interface Dialogs.HasHtmlSanitizer<T>

Type Parameters:
T - return type of fluent API methods
All Known Subinterfaces:
Dialogs.MessageDialogBuilder, Dialogs.OptionDialogBuilder
All Known Implementing Classes:
DialogsImpl.MessageDialogBuilderImpl, DialogsImpl.OptionDialogBuilderImpl
Enclosing interface:
Dialogs

public static interface Dialogs.HasHtmlSanitizer<T>
Marker interface for Dialog Builders that have html sanitizer for dialog content.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    withHtmlSanitizer(boolean htmlSanitizerEnabled)
    Sets whether html sanitizer is enabled or not for dialog content.
  • Method Details

    • withHtmlSanitizer

      T withHtmlSanitizer(boolean htmlSanitizerEnabled)
      Sets whether html sanitizer is enabled or not for dialog content.
      Parameters:
      htmlSanitizerEnabled - specifies whether html sanitizer is enabled
      Returns:
      builder
    • isHtmlSanitizerEnabled

      boolean isHtmlSanitizerEnabled()
      Returns:
      html sanitizer is enabled for dialog content