Uses of Class
org.patternfly.component.content.Content
Packages that use Content
-
Uses of Content in org.patternfly.component.content
Subclasses with type arguments of type Content in org.patternfly.component.contentModifier and TypeClassDescriptionclassA content component contains a block of styled HTML content.Classes in org.patternfly.component.content that implement interfaces with type arguments of type ContentModifier and TypeClassDescriptionclassA content component contains a block of styled HTML content.classA content component contains a block of styled HTML content.Methods in org.patternfly.component.content that return ContentModifier and TypeMethodDescriptionstatic ContentContent.content()static ContentContent.content(ContentType type) Content.editorial()Same as editorial(true)Content.editorial(boolean editorial) Adds/removes modifier(editorial)Content.plainList()Same as plainList(true)Content.plainList(boolean plainList) Adds/removes modifier(plainList)Content.that()Content.visitedLink()Same as visitedLink(true)Content.visitedLink(boolean visitedLink) Adds/removes modifier(visitedLink)