Package org.patternfly.component.card
Class CardActions
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.card.CardActions
-
- All Implemented Interfaces:
Container<HTMLDivElement,CardActions>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,CardActions>,HasHTMLElement<HTMLDivElement,CardActions>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,CardActions>
public class CardActions extends SubComponent<E,B>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CardActionsadd(CardSelectableActions selectableActions)CardActionsadd(Checkbox checkbox)CardActionsaddCheckbox(Checkbox checkbox)CardActionsaddDropdown(Dropdown dropdown)CardActionsaddSelectableActions(CardSelectableActions selectableActions)static CardActionscardActions()CardActionsnoOffset()Same as noOffset(true)CardActionsnoOffset(boolean noOffset)Adds/removes modifier(noOffset)CardActionsthat()-
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
-
-
-
-
Method Detail
-
cardActions
public static CardActions cardActions()
-
addDropdown
public CardActions addDropdown(Dropdown dropdown)
-
addCheckbox
public CardActions addCheckbox(Checkbox checkbox)
-
add
public CardActions add(Checkbox checkbox)
-
addSelectableActions
public CardActions addSelectableActions(CardSelectableActions selectableActions)
-
add
public CardActions add(CardSelectableActions selectableActions)
-
noOffset
public CardActions noOffset()
Same as noOffset(true)
-
noOffset
public CardActions noOffset(boolean noOffset)
Adds/removes modifier(noOffset)
-
that
public CardActions that()
-
-