Uses of Class
org.patternfly.component.table.Td
-
Packages that use Td Package Description org.patternfly.component.table -
-
Uses of Td in org.patternfly.component.table
Methods in org.patternfly.component.table that return Td Modifier and Type Method Description TdTd. actionCell()Applies pf-v5-c-table__action to the tdstatic TdTd. td()static TdTd. td(String column)TdTd. that()Methods in org.patternfly.component.table with parameters of type Td Modifier and Type Method Description TrTr. addData(Td data)Method parameters in org.patternfly.component.table with type arguments of type Td Modifier and Type Method Description <T> TrTr. addData(Iterable<T> items, Function<T,Td> display)
-