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