Package org.patternfly.component.table
Class Tr
- All Implemented Interfaces:
Iterable<Cell<?>>
,Container<HTMLTableRowElement,
,Tr> Finder<HTMLTableRowElement>
,HasElement<HTMLTableRowElement,
,Tr> HasHTMLElement<HTMLTableRowElement,
,Tr> IsElement<HTMLTableRowElement>
,TypedBuilder<HTMLTableRowElement,
,Tr> HasItems<HTMLTableRowElement,
,Tr, Cell<?>> WithIdentifier<HTMLTableRowElement,
,Tr> ComponentContext<HTMLTableRowElement,
Tr>
public class Tr
extends SubComponent<HTMLTableRowElement,Tr>
implements ComponentContext<HTMLTableRowElement,Tr>, HasItems<HTMLTableRowElement,Tr,Cell<?>>, WithIdentifier<HTMLTableRowElement,Tr>
-
Method Summary
Methods inherited from class org.patternfly.component.SubComponent
element
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.patternfly.core.ComponentContext
get, get
Methods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, innerHtml, on, on, on, run, textContent, textNode, toggle, toggle, toggle, uniqueId
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, title
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
tr
Factory method to create a new instance of this component. -
add
- Specified by:
add
in interfaceHasItems<HTMLTableRowElement,
Tr, Cell<?>>
-
clickable
-
clickable
-
store
- Specified by:
store
in interfaceComponentContext<HTMLTableRowElement,
Tr>
-
that
- Specified by:
that
in interfaceTypedBuilder<HTMLTableRowElement,
Tr>
-
iterator
-
size
public int size()- Specified by:
size
in interfaceHasItems<HTMLTableRowElement,
Tr, Cell<?>>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceHasItems<HTMLTableRowElement,
Tr, Cell<?>>
-
clear
public void clear()- Specified by:
clear
in interfaceHasItems<HTMLTableRowElement,
Tr, Cell<?>>
-
identifier
- Specified by:
identifier
in interfaceWithIdentifier<HTMLTableRowElement,
Tr>
-
has
- Specified by:
has
in interfaceComponentContext<HTMLTableRowElement,
Tr>
-
get
- Specified by:
get
in interfaceComponentContext<HTMLTableRowElement,
Tr>
-