Enum Class PopperPlacement

java.lang.Object
java.lang.Enum<PopperPlacement>
org.patternfly.popper.PopperPlacement
All Implemented Interfaces:
Serializable, Comparable<PopperPlacement>, Constable, TypedModifier

@Deprecated(since="0.7.0", forRemoval=true) public enum PopperPlacement extends Enum<PopperPlacement> implements TypedModifier
Deprecated, for removal: This API element is subject to removal in a future version.
Use Placement instead. This class exists only to support the deprecated Popper.js based components.
Placement enum for the deprecated Popper.js based components. Use Placement for non-deprecated components.
  • Nested Class Summary

    Nested classes/interfaces inherited from class Enum

    Enum.EnumDesc<E>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String[]
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    of(String value)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the enum constant of this class with the specified name.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • auto

      public static final PopperPlacement auto
      Deprecated, for removal: This API element is subject to removal in a future version.
    • top

      public static final PopperPlacement top
      Deprecated, for removal: This API element is subject to removal in a future version.
    • topStart

      public static final PopperPlacement topStart
      Deprecated, for removal: This API element is subject to removal in a future version.
    • topEnd

      public static final PopperPlacement topEnd
      Deprecated, for removal: This API element is subject to removal in a future version.
    • bottom

      public static final PopperPlacement bottom
      Deprecated, for removal: This API element is subject to removal in a future version.
    • bottomStart

      public static final PopperPlacement bottomStart
      Deprecated, for removal: This API element is subject to removal in a future version.
    • bottomEnd

      public static final PopperPlacement bottomEnd
      Deprecated, for removal: This API element is subject to removal in a future version.
    • left

      public static final PopperPlacement left
      Deprecated, for removal: This API element is subject to removal in a future version.
    • leftStart

      public static final PopperPlacement leftStart
      Deprecated, for removal: This API element is subject to removal in a future version.
    • leftEnd

      public static final PopperPlacement leftEnd
      Deprecated, for removal: This API element is subject to removal in a future version.
    • rightStart

      public static final PopperPlacement rightStart
      Deprecated, for removal: This API element is subject to removal in a future version.
    • rightEnd

      public static final PopperPlacement rightEnd
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Details

    • modifiers

      public static final String[] modifiers
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • values

      public static PopperPlacement[] values()
      Deprecated, for removal: This API element is subject to removal in a future version.
      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 PopperPlacement valueOf(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
      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
    • of

      public static PopperPlacement of(String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • value

      public String value()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      value in interface TypedModifier
    • modifier

      public String modifier()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      modifier in interface TypedModifier