Uses of Class
org.patternfly.component.table.Tbody
-
Packages that use Tbody Package Description org.patternfly.component.table -
-
Uses of Tbody in org.patternfly.component.table
Methods in org.patternfly.component.table that return Tbody Modifier and Type Method Description TbodyTbody. add(Tr row)TbodyTbody. addRow(Tr row)<T> TbodyTbody. addRows(Iterable<T> items, Function<T,Tr> display)TbodyTable. tbody()static TbodyTbody. tbody()Factory method to create a new instance of this component.TbodyTbody. that()Methods in org.patternfly.component.table with parameters of type Tbody Modifier and Type Method Description TableTable. add(Tbody tbody)TableTable. addBody(Tbody tbody)
-