Uses of Enum Class
org.patternfly.component.truncate.TruncatePosition
Packages that use TruncatePosition
-
Uses of TruncatePosition in org.patternfly.component.truncate
Methods in org.patternfly.component.truncate that return TruncatePositionModifier 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.Methods in org.patternfly.component.truncate with parameters of type TruncatePositionModifier and TypeMethodDescriptionTruncate.position
(TruncatePosition position) static Truncate
Truncate.truncate
(String text, TruncatePosition position)