Enum EPlaceholderInsertHint

java.lang.Object
java.lang.Enum<EPlaceholderInsertHint>
de.xima.fc.gui.common.placeholder.EPlaceholderInsertHint
All Implemented Interfaces:
Serializable, Comparable<EPlaceholderInsertHint>

public enum EPlaceholderInsertHint extends Enum<EPlaceholderInsertHint>
A placeholder insertion hint describes the way a placeholder prefers to be inserted into input components (if it is supported by the respective input component).
Since:
8.4.1
Author:
XIMA MEDIA GmbH
  • Enum Constant Details

    • TEXT

      public static final EPlaceholderInsertHint TEXT
      Insert as plain text, the default (and fallback), should be supported by all target components.
    • HTML

      public static final EPlaceholderInsertHint HTML
      Insert as HTML text if supported by the target component.
  • Method Details

    • values

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

      public static EPlaceholderInsertHint valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getHintName

      public String getHintName()
      Returns:
      the lower case name of the enum constant, see also the related InsertHints constant in fc-backend-common-gui/src/main/web/src/core/Header.ts