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 BaseComponent
componentType, element, registerComponentMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementHTMLMethods
html, htmlMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface ElementTextMethods
text, textMethods inherited from interface HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface 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>
-