Uses of Enum Class
org.patternfly.component.truncate.TruncatePosition
-
Uses of TruncatePosition in org.patternfly.component.truncate
Modifier and TypeMethodDescriptionstatic TruncatePosition
Returns the enum constant of this class with the specified name.static TruncatePosition[]
TruncatePosition.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTruncate.position
(TruncatePosition position) static Truncate
Truncate.truncate
(String text, TruncatePosition position)