Package org.patternfly.component.modal
Class ModalHeader
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.modal.ModalHeader
-
- All Implemented Interfaces:
Attachable,Container<HTMLElement,ModalHeader>,Finder<HTMLElement>,HasElement<HTMLElement,ModalHeader>,HasHTMLElement<HTMLElement,ModalHeader>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,ModalHeader>
public class ModalHeader extends SubComponent<E,B> implements Attachable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ModalHeaderadd(ModalHeaderDescription description)ModalHeaderadd(ModalHeaderTitle title)ModalHeaderaddDescription(String description)ModalHeaderaddDescription(ModalHeaderDescription description)ModalHeaderaddTitle(String title)ModalHeaderaddTitle(ModalHeaderTitle title)voidattach(MutationRecord mutationRecord)ModalHeaderhelp(Popover popover)ModalHeaderhelp(Popover popover, HTMLElement help)static ModalHeadermodalHeader()ModalHeaderthat()-
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.Attachable
detach
-
Methods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll
-
-
-
-
Method Detail
-
modalHeader
public static ModalHeader modalHeader()
-
attach
public void attach(MutationRecord mutationRecord)
- Specified by:
attachin interfaceAttachable
-
addTitle
public ModalHeader addTitle(String title)
-
addTitle
public ModalHeader addTitle(ModalHeaderTitle title)
-
add
public ModalHeader add(ModalHeaderTitle title)
-
addDescription
public ModalHeader addDescription(String description)
-
addDescription
public ModalHeader addDescription(ModalHeaderDescription description)
-
add
public ModalHeader add(ModalHeaderDescription description)
-
help
public ModalHeader help(Popover popover)
-
help
public ModalHeader help(Popover popover, HTMLElement help)
-
that
public ModalHeader that()
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,ModalHeader>
-
-