Package org.patternfly.component.table
Class Th
- All Implemented Interfaces:
Attachable
,Container<HTMLTableCellElement,
,Th> Finder<HTMLTableCellElement>
,HasElement<HTMLTableCellElement,
,Th> HasHTMLElement<HTMLTableCellElement,
,Th> IsElement<HTMLTableCellElement>
,TypedBuilder<HTMLTableCellElement,
,Th> WithIdentifier<HTMLTableCellElement,
,Th> ComponentContext<HTMLTableCellElement,
,Th> Modifiers.Center<HTMLTableCellElement,
Th>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
attach
(MutationRecord mutationRecord) void
detach
(MutationRecord mutationRecord) screenReader
(String text) static Th
th()
Factory method to create a new instance of this component.static Th
that()
Methods inherited from class org.patternfly.component.table.Cell
addText, colSpan, get, has, identifier, store, width, wrap
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 org.patternfly.style.Modifiers.Center
center, center
-
Method Details
-
th
Factory method to create a new instance of this component. -
th
-
attach
- Specified by:
attach
in interfaceAttachable
-
detach
- Specified by:
detach
in interfaceAttachable
-
screenReader
-
that
- Specified by:
that
in interfaceTypedBuilder<HTMLTableCellElement,
Th>
-