Uses of Class
com.jbstrap.ui.components.card.Card
Packages that use Card
-
Uses of Card in com.jbstrap.ui.components.card
Methods in com.jbstrap.ui.components.card that return CardModifier and TypeMethodDescriptionCard.addComponent
(Component<?> component) Card.addSubTitle
(String title) Card.addSubTitle
(String title, Color color) Card.createFooter
(Component<?> components) Card.createFooter
(String footerText) Card.createFooter
(String footerText, Color textColor) Card.createFooter
(String footerText, Color textColor, Color backgroundColor) Card.createFooter
(String footerText, Color textColor, Color backgroundColor, Component<?>... components) Card.createHeader
(Component<?> components) Card.createHeader
(String headerText) Card.createHeader
(String headerText, Color textColor) Card.createHeader
(String headerText, Color textColor, Color backgroundColor) Card.createHeader
(String text, Color textColor, Color backgroundColor, Component<?>... components) Card.removeAllComponents()
Card.removeComponent
(Component<?> component) Card.setCardBackgroundImage
(Image image) Card.setCardBottomImage
(Image image) Card.setCardTopImage
(Image image) Card.setFooterText
(String footerText) Card.setFooterText
(String footerText, Color color) Card.setHeaderText
(String headerText) Card.setHeaderText
(String headerText, Color color) Card.setTextAlign
(TextAlign align) Card.setVerticalAlignCenter
(boolean centered) Constructors in com.jbstrap.ui.components.card with parameters of type CardModifierConstructorDescriptionCardAccordion
(Card... cards) Creates a new CardAccordion component and places the specified cards on the component.CardAccordion
(String id, Card... cards) Creates a new CardAccordion component with the specified unique ID and places the specified cards on the component.Creates a CardDeck component with the specified cards.Creates a CardDeck component with the specified unique ID and cards.Creates a CardGroup and adds the specified cards to it.Creates a CardGroup component using the specified unique ID and adds the specified cards to it.