Uses of Enum Class
com.oorian.bootstrap.enums.Variant
Packages that use Variant
Package
Description
-
Uses of Variant in com.oorian.bootstrap.alerts
Methods in com.oorian.bootstrap.alerts with parameters of type VariantModifier and TypeMethodDescriptionBsAlert.setVariant(Variant variant) Sets the alert variant (color scheme). -
Uses of Variant in com.oorian.bootstrap.badges
Methods in com.oorian.bootstrap.badges with parameters of type VariantModifier and TypeMethodDescriptionBsBadge.setVariant(Variant variant) Sets the badge variant (color scheme). -
Uses of Variant in com.oorian.bootstrap.buttons
Methods in com.oorian.bootstrap.buttons with parameters of type VariantModifier and TypeMethodDescriptionBsButton.setVariant(Variant variant) Sets the button variant (color scheme). -
Uses of Variant in com.oorian.bootstrap.cards
Methods in com.oorian.bootstrap.cards with parameters of type VariantModifier and TypeMethodDescriptionBsCard.setBgVariant(Variant variant) Sets the background variant.BsCard.setBorderVariant(Variant variant) Sets the border variant.BsCard.setTextVariant(Variant variant) Sets the text variant. -
Uses of Variant in com.oorian.bootstrap.display
Methods in com.oorian.bootstrap.display with parameters of type VariantModifier and TypeMethodDescriptionAdds a text item with variant to the list.BsPlaceholder.setVariant(Variant variant) Sets the placeholder variant (color).BsSpinner.setVariant(Variant variant) Sets the spinner variant (color).BsTable.setVariant(Variant variant) Sets the table variant (color). -
Uses of Variant in com.oorian.bootstrap.enums
Methods in com.oorian.bootstrap.enums that return Variant -
Uses of Variant in com.oorian.bootstrap.interactive
Methods in com.oorian.bootstrap.interactive with parameters of type VariantModifier and TypeMethodDescriptionBsDropdown.setVariant(Variant variant) Sets the button variant.Constructors in com.oorian.bootstrap.interactive with parameters of type VariantModifierConstructorDescriptionBsDropdown(String buttonText, Variant variant) Creates a new dropdown with button text and variant. -
Uses of Variant in com.oorian.bootstrap.progress
Methods in com.oorian.bootstrap.progress with parameters of type VariantModifier and TypeMethodDescriptionBsProgress.setVariant(Variant variant) Sets the progress bar variant (color).