Uses of Class
org.patternfly.component.truncate.TruncatePosition
-
Packages that use TruncatePosition Package Description org.patternfly.component.truncate -
-
Uses of TruncatePosition in org.patternfly.component.truncate
Methods in org.patternfly.component.truncate that return TruncatePosition Modifier and Type Method Description static TruncatePositionTruncatePosition. valueOf(String name)Returns the enum constant of this type with the specified name.static TruncatePosition[]TruncatePosition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.patternfly.component.truncate with parameters of type TruncatePosition Modifier and Type Method Description TruncateTruncate. position(TruncatePosition position)static TruncateTruncate. truncate(String text, TruncatePosition position)
-