Package org.patternfly.component.content
Class Content
java.lang.Object
org.patternfly.component.BaseComponent<HTMLElement,Content>
org.patternfly.component.content.Content
- All Implemented Interfaces:
ElementAttributeMethods<HTMLElement,,Content> ElementClassListMethods<HTMLElement,,Content> ElementConsumerMethods<HTMLElement,,Content> ElementContainerMethods<HTMLElement,,Content> ElementEventMethods<HTMLElement,,Content> ElementHTMLMethods<HTMLElement,,Content> ElementIdMethods<HTMLElement,,Content> ElementQueryMethods<HTMLElement>,ElementTextMethods<HTMLElement,,Content> HTMLElementAttributeMethods<HTMLElement,,Content> HTMLElementDataMethods<HTMLElement,,Content> HTMLElementStyleMethods<HTMLElement,,Content> HTMLElementVisibilityMethods<HTMLElement,,Content> IsElement<HTMLElement>,TypedBuilder<HTMLElement,,Content> Component
public class Content
extends BaseComponent<HTMLElement,Content>
implements ElementHTMLMethods<HTMLElement,Content>, ElementTextMethods<HTMLElement,Content>
A content component contains a block of styled HTML content.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic Contentcontent()static Contentcontent(ContentType type) Same as editorial(true)editorial(boolean editorial) Adds/removes modifier(editorial)Same as plainList(true)plainList(boolean plainList) Adds/removes modifier(plainList)that()Same as visitedLink(true)visitedLink(boolean visitedLink) Adds/removes modifier(visitedLink)Methods inherited from class org.patternfly.component.BaseComponent
componentType, elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.elemento.ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface org.jboss.elemento.ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface org.jboss.elemento.ElementConsumerMethods
apply, runMethods inherited from interface org.jboss.elemento.ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.ElementEventMethods
on, on, onMethods inherited from interface org.jboss.elemento.ElementHTMLMethods
html, htmlMethods inherited from interface org.jboss.elemento.ElementIdMethods
id, uniqueIdMethods inherited from interface org.jboss.elemento.ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface org.jboss.elemento.ElementTextMethods
text, textMethods inherited from interface org.jboss.elemento.HTMLElementAttributeMethods
titleMethods inherited from interface org.jboss.elemento.HTMLElementDataMethods
dataMethods inherited from interface org.jboss.elemento.HTMLElementStyleMethods
style, style, style, style, style, styleMethods inherited from interface org.jboss.elemento.HTMLElementVisibilityMethods
hidden
-
Method Details
-
content
-
content
-
editorial
Same as editorial(true) -
editorial
Adds/removes modifier(editorial) -
plainList
Same as plainList(true) -
plainList
Adds/removes modifier(plainList) -
visitedLink
Same as visitedLink(true) -
visitedLink
Adds/removes modifier(visitedLink) -
that
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,Content>
-