Package org.patternfly.component.table
Class Table
- All Implemented Interfaces:
Container<HTMLTableElement,
,Table> Finder<HTMLTableElement>
,HasElement<HTMLTableElement,
,Table> HasHTMLElement<HTMLTableElement,
,Table> IsElement<HTMLTableElement>
,TypedBuilder<HTMLTableElement,
,Table> Component
,Modifiers.Compact<HTMLTableElement,
Table>
public class Table
extends BaseComponent<HTMLTableElement,Table>
implements Modifiers.Compact<HTMLTableElement,Table>
A table is used to display large data sets that can be easily laid out in a simple grid with column headers.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionaddCaption
(TableCaption caption) gridBreakpoint
(GridBreakpoint breakpoint) Same as borders(true)noBorders
(boolean borders) Adds/removes modifier(noBorderRows)onSelect
(SelectHandler<Tr> handler) void
void
void
static Table
table()
tbody()
that()
Methods inherited from class org.patternfly.component.BaseComponent
componentType, 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 org.patternfly.style.Modifiers.Compact
compact, compact
-
Method Details
-
table
-
addCaption
-
addHead
-
addBody
-
add
-
noBorders
Same as borders(true) -
noBorders
Adds/removes modifier(noBorderRows) -
gridBreakpoint
-
that
- Specified by:
that
in interfaceTypedBuilder<HTMLTableElement,
Table>
-
ariaLabel
-
onSelect
-
select
-
select
-
select
-
tbody
-