Package org.patternfly.component.table
Class Tr
- All Implemented Interfaces:
Iterable<Cell<?>>,ElementAttributeMethods<HTMLTableRowElement,,Tr> ElementClassListMethods<HTMLTableRowElement,,Tr> ElementConsumerMethods<HTMLTableRowElement,,Tr> ElementContainerMethods<HTMLTableRowElement,,Tr> ElementEventMethods<HTMLTableRowElement,,Tr> ElementIdMethods<HTMLTableRowElement,,Tr> ElementQueryMethods<HTMLTableRowElement>,HTMLElementAttributeMethods<HTMLTableRowElement,,Tr> HTMLElementDataMethods<HTMLTableRowElement,,Tr> HTMLElementStyleMethods<HTMLTableRowElement,,Tr> HTMLElementVisibilityMethods<HTMLTableRowElement,,Tr> IsElement<HTMLTableRowElement>,TypedBuilder<HTMLTableRowElement,,Tr> Expandable<HTMLTableRowElement,,Tr> HasIdentifier<HTMLTableRowElement,,Tr> HasItems<HTMLTableRowElement,,Tr, Cell<?>> org.patternfly.core.ComponentContext<HTMLTableRowElement,Tr>
public class Tr
extends SubComponent<HTMLTableRowElement,Tr>
implements org.patternfly.core.ComponentContext<HTMLTableRowElement,Tr>, Expandable<HTMLTableRowElement,Tr>, HasItems<HTMLTableRowElement,Tr,Cell<?>>, HasIdentifier<HTMLTableRowElement,Tr>
-
Method Summary
Modifier and TypeMethodDescription<T> TraddChildren(Iterable<T> items, Function<T, Tr> display) addTitleCell(TitleCell titleCell) voidclear()clickable(boolean clickable) voidcollapse(boolean fireEvent) booleanvoidexpand(boolean fireEvent) <T> TbooleanbooleanisEmpty()Cell<?> iterator()load()voidreset()intsize()<T> Trthat()static TrFactory method to create a new instance of this component.Methods inherited from class org.patternfly.component.SubComponent
elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.patternfly.core.ComponentContext
get, getMethods inherited from interface org.jboss.elemento.ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface org.jboss.elemento.ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface org.jboss.elemento.ElementConsumerMethods
apply, runMethods inherited from interface org.jboss.elemento.ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.ElementEventMethods
on, on, onMethods inherited from interface org.jboss.elemento.ElementIdMethods
id, uniqueIdMethods inherited from interface org.jboss.elemento.ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface org.patternfly.component.Expandable
collapse, expand, expanded, toggle, toggleMethods inherited from interface org.jboss.elemento.HTMLElementAttributeMethods
titleMethods inherited from interface org.jboss.elemento.HTMLElementDataMethods
dataMethods inherited from interface org.jboss.elemento.HTMLElementStyleMethods
style, style, style, style, style, styleMethods inherited from interface org.jboss.elemento.HTMLElementVisibilityMethods
hiddenMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
tr
Factory method to create a new instance of this component. -
add
- Specified by:
addin interfaceHasItems<HTMLTableRowElement,Tr, Cell<?>>
-
addTitleCell
-
add
-
addChildren
-
add
-
addChildren
-
addChild
-
add
-
clickable
-
clickable
-
store
- Specified by:
storein interfaceorg.patternfly.core.ComponentContext<HTMLTableRowElement,Tr>
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLTableRowElement,Tr>
-
onToggle
-
collapse
public void collapse(boolean fireEvent) - Specified by:
collapsein interfaceExpandable<HTMLTableRowElement,Tr>
-
expand
public void expand(boolean fireEvent) - Specified by:
expandin interfaceExpandable<HTMLTableRowElement,Tr>
-
load
-
reset
public void reset() -
iterator
-
size
public int size()- Specified by:
sizein interfaceHasItems<HTMLTableRowElement,Tr, Cell<?>>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceHasItems<HTMLTableRowElement,Tr, Cell<?>>
-
contains
- Specified by:
containsin interfaceHasItems<HTMLTableRowElement,Tr, Cell<?>>
-
item
- Specified by:
itemin interfaceHasItems<HTMLTableRowElement,Tr, Cell<?>>
-
clear
public void clear()- Specified by:
clearin interfaceHasItems<HTMLTableRowElement,Tr, Cell<?>>
-
identifier
- Specified by:
identifierin interfaceHasIdentifier<HTMLTableRowElement,Tr>
-
has
- Specified by:
hasin interfaceorg.patternfly.core.ComponentContext<HTMLTableRowElement,Tr>
-
get
- Specified by:
getin interfaceorg.patternfly.core.ComponentContext<HTMLTableRowElement,Tr>
-