Package org.patternfly.component.text
Class TextContent
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLDivElement,TextContent>
-
- org.patternfly.component.text.TextContent
-
- All Implemented Interfaces:
Container<HTMLDivElement,TextContent>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,TextContent>,HasHTMLElement<HTMLDivElement,TextContent>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,TextContent>,Component
public class TextContent extends BaseComponent<HTMLDivElement,TextContent>
Text and TextList components are always wrapped in TextContent and provide correct formatting to a number of standard HTML tags.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TextContenttextContent()TextContentthat()-
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, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, css, id, id, innerHtml, on, textContent, toggle, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, title
-
-
-
-
Method Detail
-
textContent
public static TextContent textContent()
-
that
public TextContent that()
-
-