Enum Class RichTextRenderTarget

java.lang.Object
java.lang.Enum<RichTextRenderTarget>
com.polarion.alm.shared.api.utils.html.RichTextRenderTarget
All Implemented Interfaces:
Serializable, Comparable<RichTextRenderTarget>, Constable

public enum RichTextRenderTarget extends Enum<RichTextRenderTarget>
Since:
3.9.0
  • Enum Constant Details

    • EDITOR

      public static final RichTextRenderTarget EDITOR
    • COMPARE

      public static final RichTextRenderTarget COMPARE
    • COMPARE_CLIENT_CHANGES

      public static final RichTextRenderTarget COMPARE_CLIENT_CHANGES
    • COMPARE_PDF_EXPORT

      public static final RichTextRenderTarget COMPARE_PDF_EXPORT
    • PDF_EXPORT

      public static final RichTextRenderTarget PDF_EXPORT
    • PRINT

      public static final RichTextRenderTarget PRINT
    • COMPARE_PRINT

      public static final RichTextRenderTarget COMPARE_PRINT
    • ROUNDTRIP

      public static final RichTextRenderTarget ROUNDTRIP
    • SAVE

      public static final RichTextRenderTarget SAVE
    • PREVIEW

      public static final RichTextRenderTarget PREVIEW
    • RP_VIEW

      public static final RichTextRenderTarget RP_VIEW
    • EXCEL

      public static final RichTextRenderTarget EXCEL
      Export to an Excel file.
      Since:
      3.9.3
    • XML_EXPORT

      public static final RichTextRenderTarget XML_EXPORT
      WARNING: This element is for internal use only. There is no guarantee that the API will remain the same or will not be removed in a future release. Please do not use it.
      Since:
      3.19.0
    • MSPROJECT_EXPORT

      public static final RichTextRenderTarget MSPROJECT_EXPORT
      WARNING: This element is for internal use only. There is no guarantee that the API will remain the same or will not be removed in a future release. Please do not use it.
      Since:
      3.19.0
    • CSV_EXPORT

      public static final RichTextRenderTarget CSV_EXPORT
      WARNING: This element is for internal use only. There is no guarantee that the API will remain the same or will not be removed in a future release. Please do not use it.
      Since:
      3.19.0
    • NOTIFICATION

      public static final RichTextRenderTarget NOTIFICATION
  • Method Details

    • values

      public static RichTextRenderTarget[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static RichTextRenderTarget valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • selectBuilderTarget

      @NotNull public <T> T selectBuilderTarget(@NotNull HtmlBuilderTargetSelector<T> selector)
    • showContextIcons

      public boolean showContextIcons()
    • isPrint

      public boolean isPrint()
    • isPdf

      public boolean isPdf()
    • isCompare

      public boolean isCompare()
    • isEditor

      public boolean isEditor()
      Checks whether target has editable content
      Since:
      3.10.0
    • oldTargetValue

      public abstract String oldTargetValue()
      This method is for backward compatibility with old code, it should not be used in new code.