Package org.patternfly.component.card
Class CardSelectableActions
- java.lang.Object
-
- org.patternfly.component.SubComponent<HTMLDivElement,CardSelectableActions>
-
- org.patternfly.component.card.CardSelectableActions
-
- All Implemented Interfaces:
Container<HTMLDivElement,CardSelectableActions>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,CardSelectableActions>,HasHTMLElement<HTMLDivElement,CardSelectableActions>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,CardSelectableActions>,ComponentReference<Card>
public class CardSelectableActions extends SubComponent<HTMLDivElement,CardSelectableActions> implements ComponentReference<Card>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CardSelectableActionscardSelectableActions()CardmainComponent()voidpassComponent(Card card)CardSelectableActionsthat()-
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, addAll, addAll, addAll, addAll, addAll
-
-
-
-
Method Detail
-
cardSelectableActions
public static CardSelectableActions cardSelectableActions()
-
passComponent
public void passComponent(Card card)
- Specified by:
passComponentin interfaceComponentReference<Card>
-
mainComponent
public Card mainComponent()
- Specified by:
mainComponentin interfaceComponentReference<Card>
-
that
public CardSelectableActions that()
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,CardSelectableActions>
-
-