Package org.patternfly.component.table
Class Tbody
java.lang.Object
org.patternfly.component.SubComponent<HTMLTableSectionElement,Tbody>
org.patternfly.component.table.Tbody
- All Implemented Interfaces:
Iterable<Tr>
,Container<HTMLTableSectionElement,
,Tbody> Finder<HTMLTableSectionElement>
,HasElement<HTMLTableSectionElement,
,Tbody> HasHTMLElement<HTMLTableSectionElement,
,Tbody> IsElement<HTMLTableSectionElement>
,TypedBuilder<HTMLTableSectionElement,
,Tbody> HasItems<HTMLTableSectionElement,
Tbody, Tr>
public class Tbody
extends SubComponent<HTMLTableSectionElement,Tbody>
implements HasItems<HTMLTableSectionElement,Tbody,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.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
-
tbody
Factory method to create a new instance of this component. -
addRows
-
addRow
Same asHasItems.addItem(Object)
-
add
- Specified by:
add
in interfaceHasItems<HTMLTableSectionElement,
Tbody, Tr>
-
that
- Specified by:
that
in interfaceTypedBuilder<HTMLTableSectionElement,
Tbody>
-
iterator
-
size
public int size()- Specified by:
size
in interfaceHasItems<HTMLTableSectionElement,
Tbody, Tr>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceHasItems<HTMLTableSectionElement,
Tbody, Tr>
-
clear
public void clear()- Specified by:
clear
in interfaceHasItems<HTMLTableSectionElement,
Tbody, Tr>
-