Enum Class 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.
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 ConstantsEnum ConstantDescriptionDeprecated, 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 -
Method Summary
Modifier and TypeMethodDescriptionmodifier()Deprecated, for removal: This API element is subject to removal in a future version.static PopperPlacementDeprecated, for removal: This API element is subject to removal in a future version.value()Deprecated, for removal: This API element is subject to removal in a future version.static PopperPlacementDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.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.Methods inherited from class Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
auto
Deprecated, for removal: This API element is subject to removal in a future version. -
top
Deprecated, for removal: This API element is subject to removal in a future version. -
topStart
Deprecated, for removal: This API element is subject to removal in a future version. -
topEnd
Deprecated, for removal: This API element is subject to removal in a future version. -
bottom
Deprecated, for removal: This API element is subject to removal in a future version. -
bottomStart
Deprecated, for removal: This API element is subject to removal in a future version. -
bottomEnd
Deprecated, for removal: This API element is subject to removal in a future version. -
left
Deprecated, for removal: This API element is subject to removal in a future version. -
leftStart
Deprecated, for removal: This API element is subject to removal in a future version. -
leftEnd
Deprecated, for removal: This API element is subject to removal in a future version. -
right
Deprecated, for removal: This API element is subject to removal in a future version. -
rightStart
Deprecated, for removal: This API element is subject to removal in a future version. -
rightEnd
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Field Details
-
modifiers
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
of
Deprecated, for removal: This API element is subject to removal in a future version. -
value
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
valuein interfaceTypedModifier
-
modifier
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
modifierin interfaceTypedModifier
-
Placementinstead. This class exists only to support the deprecated Popper.js based components.