Uses of Class
org.patternfly.component.table.Tr
Packages that use Tr
-
Uses of Tr in org.patternfly.component.table
Subclasses with type arguments of type Tr in org.patternfly.component.tableClasses in org.patternfly.component.table that implement interfaces with type arguments of type TrMethods in org.patternfly.component.table that return TrModifier and TypeMethodDescription<T> TrTr.addChildren(Iterable<T> items, Function<T, Tr> display) Tr.addTitleCell(TitleCell titleCell) Tr.clickable()Tr.clickable(boolean clickable) Tr.onAdd(BiConsumer<Tr, Cell<?>> onAdd) Tr.onRemove(BiConsumer<Tr, Cell<?>> onRemove) Tr.onToggle(ToggleHandler<Tr> toggleHandler) <T> TrTr.that()static TrFactory method to create a new instance of this component.Methods in org.patternfly.component.table that return types with arguments of type TrMethods in org.patternfly.component.table with parameters of type TrMethod parameters in org.patternfly.component.table with type arguments of type TrModifier and TypeMethodDescription<T> TrTr.addChildren(Iterable<T> items, Function<T, Tr> display) <T> TbodyTbody.onAdd(BiConsumer<Tbody, Tr> onAdd) Tr.onAdd(BiConsumer<Tr, Cell<?>> onAdd) Tbody.onRemove(BiConsumer<Tbody, Tr> onRemove) Tr.onRemove(BiConsumer<Tr, Cell<?>> onRemove) Table.onSelect(SelectHandler<Tr> handler) Tr.onToggle(ToggleHandler<Tr> toggleHandler)