Uses of Enum Class
org.patternfly.component.truncate.TruncatePosition
Packages that use TruncatePosition
-
Uses of TruncatePosition in org.patternfly.component.truncate
Subclasses with type arguments of type TruncatePosition in org.patternfly.component.truncateMethods in org.patternfly.component.truncate that return TruncatePositionModifier and TypeMethodDescriptionstatic TruncatePositionReturns 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 TruncateTruncate.truncate(String text, TruncatePosition position)