Package org.patternfly.component.modal
Class ModalHeaderTitle
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.modal.ModalHeaderTitle
-
- All Implemented Interfaces:
Container<HTMLElement,ModalHeaderTitle>,Finder<HTMLElement>,HasElement<HTMLElement,ModalHeaderTitle>,HasHTMLElement<HTMLElement,ModalHeaderTitle>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,ModalHeaderTitle>,WithIcon<HTMLElement,ModalHeaderTitle>,WithText<HTMLElement,ModalHeaderTitle>
public class ModalHeaderTitle extends SubComponent<E,B> implements WithIcon<HTMLElement,ModalHeaderTitle>, WithText<HTMLElement,ModalHeaderTitle>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ModalHeaderTitleicon(Element icon)static ModalHeaderTitlemodalHeaderTitle()ModalHeaderTitleremoveIcon()ModalHeaderTitleseverity(Severity severity)Stringtext()ModalHeaderTitletext(String text)ModalHeaderTitlethat()-
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
-
-
-
-
Method Detail
-
modalHeaderTitle
public static ModalHeaderTitle modalHeaderTitle()
-
severity
public ModalHeaderTitle severity(Severity severity)
-
icon
public ModalHeaderTitle icon(Element icon)
- Specified by:
iconin interfaceWithIcon<HTMLElement,ModalHeaderTitle>
-
removeIcon
public ModalHeaderTitle removeIcon()
- Specified by:
removeIconin interfaceWithIcon<HTMLElement,ModalHeaderTitle>
-
text
public ModalHeaderTitle text(String text)
- Specified by:
textin interfaceWithText<HTMLElement,ModalHeaderTitle>
-
that
public ModalHeaderTitle that()
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,ModalHeaderTitle>
-
text
public String text()
- Specified by:
textin interfaceWithText<HTMLElement,ModalHeaderTitle>
-
-