Uses of Class
org.patternfly.component.table.Th
-
Packages that use Th Package Description org.patternfly.component.table -
-
Uses of Th in org.patternfly.component.table
Methods in org.patternfly.component.table that return Th Modifier and Type Method Description ThTh. screenReader(String text)static ThTh. th()Factory method to create a new instance of this component.ThTh. that()Methods in org.patternfly.component.table with parameters of type Th Modifier and Type Method Description TrTr. addHeader(Th header)Method parameters in org.patternfly.component.table with type arguments of type Th Modifier and Type Method Description <T> TrTr. addHeaders(Iterable<T> items, Function<T,Th> display)
-