Package org.patternfly.component
Class Card
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLDivElement,Card>
-
- org.patternfly.component.Card
-
- All Implemented Interfaces:
Container<HTMLDivElement,Card>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,Card>,HasHTMLElement<HTMLDivElement,Card>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,Card>,Component
@Deprecated public class Card extends BaseComponent<HTMLDivElement,Card>
Deprecated.PatternFly card component.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCard.BodyDeprecated.static classCard.FooterDeprecated.static classCard.HeadDeprecated.static classCard.HeaderDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Card.Bodybody()Deprecated.static Cardcard()Deprecated.Cardcompact()Deprecated.static Card.Footerfooter()Deprecated.static Card.Headhead()Deprecated.static Card.Headerheader()Deprecated.Cardhoverable()Deprecated.Cardthat()Deprecated.-
Methods inherited from class org.patternfly.component.BaseComponent
componentType, 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, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, css, id, id, innerHtml, on, textContent, toggle, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, title
-
-
-
-
Method Detail
-
card
public static Card card()
Deprecated.
-
head
public static Card.Head head()
Deprecated.
-
header
public static Card.Header header()
Deprecated.
-
body
public static Card.Body body()
Deprecated.
-
footer
public static Card.Footer footer()
Deprecated.
-
that
public Card that()
Deprecated.
-
compact
public Card compact()
Deprecated.
-
hoverable
public Card hoverable()
Deprecated.
-
-