Package org.patternfly.component.card
Class CardHeader
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.card.CardHeader
-
- All Implemented Interfaces:
Attachable,Container<HTMLDivElement,CardHeader>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,CardHeader>,HasHTMLElement<HTMLDivElement,CardHeader>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,CardHeader>,ElementDelegate<HTMLDivElement,CardHeader>
public class CardHeader extends SubComponent<E,B> implements ElementDelegate<HTMLDivElement,CardHeader>, Attachable
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CardHeaderadd(CardActions actions)CardHeaderadd(CardTitle title)CardHeaderaddActions(CardActions actions)CardHeaderaddTitle(CardTitle title)voidattach(MutationRecord mutationRecord)static CardHeadercardHeader()HTMLElementdelegate()CardHeaderthat()-
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, addAll, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.patternfly.core.ElementDelegate
add, add, innerHtml, textContent, textNode
-
Methods inherited from interface org.jboss.elemento.HasElement
apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, id, on, run, toggle, toggle, toggle, uniqueId
-
-
-
-
Method Detail
-
cardHeader
public static CardHeader cardHeader()
-
attach
public void attach(MutationRecord mutationRecord)
- Specified by:
attachin interfaceAttachable
-
delegate
public HTMLElement delegate()
- Specified by:
delegatein interfaceElementDelegate<HTMLDivElement,CardHeader>
-
addActions
public CardHeader addActions(CardActions actions)
-
add
public CardHeader add(CardActions actions)
-
addTitle
public CardHeader addTitle(CardTitle title)
-
add
public CardHeader add(CardTitle title)
-
that
public CardHeader that()
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,CardHeader>
-
-