Uses of Class
org.patternfly.component.table.Tr
-
Packages that use Tr Package Description org.patternfly.component.table -
-
Uses of Tr in org.patternfly.component.table
Methods in org.patternfly.component.table that return Tr Modifier and Type Method Description <T> TrTr. addData(Iterable<T> items, Function<T,Td> display)TrTr. addData(Td data)TrTr. addHeader(Th header)<T> TrTr. addHeaders(Iterable<T> items, Function<T,Th> display)TrTr. clickable()TrTr. clickable(boolean clickable)TrTr. that()static TrTr. tr()Factory method to create a new instance of this component.static TrTr. tr(String key)Factory method to create a new instance of this component.Methods in org.patternfly.component.table with parameters of type Tr Modifier and Type Method Description TbodyTbody. add(Tr row)TbodyTbody. addRow(Tr row)TheadThead. addRow(Tr row)voidTable. select(Tr row)voidTable. select(Tr row, boolean fireEvent)Method parameters in org.patternfly.component.table with type arguments of type Tr Modifier and Type Method Description <T> TbodyTbody. addRows(Iterable<T> items, Function<T,Tr> display)TableTable. onSelect(SelectHandler<Tr> handler)
-