Package org.patternfly.component.table
Class Th
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.table.Th
-
- All Implemented Interfaces:
Attachable,Container<HTMLTableCellElement,Th>,Finder<HTMLTableCellElement>,HasElement<HTMLTableCellElement,Th>,HasHTMLElement<HTMLTableCellElement,Th>,IsElement<HTMLTableCellElement>,TypedBuilder<HTMLTableCellElement,Th>,Modifiers.Center<HTMLTableCellElement,Th>
public class Th extends SubComponent<E,B> implements Attachable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BaddText(TableText text)voidattach(MutationRecord mutationRecord)BcolSpan(int columns)voiddetach(MutationRecord mutationRecord)ThscreenReader(String text)static Thth()Factory method to create a new instance of this component.Ththat()Bwidth(Width width)Bwrap(Wrap 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.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, 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 Detail
-
th
public static Th th()
Factory method to create a new instance of this component.
-
attach
public void attach(MutationRecord mutationRecord)
- Specified by:
attachin interfaceAttachable
-
detach
public void detach(MutationRecord mutationRecord)
- Specified by:
detachin interfaceAttachable
-
that
public Th that()
- Specified by:
thatin interfaceTypedBuilder<HTMLTableCellElement,Th>
-
addText
public B addText(TableText text)
-
colSpan
public B colSpan(int columns)
-
width
public B width(Width width)
-
wrap
public B wrap(Wrap wrap)
-
-