Uses of Class
com.oorian.bootstrap.interactive.BsDropdown
Packages that use BsDropdown
-
Uses of BsDropdown in com.oorian.bootstrap.interactive
Methods in com.oorian.bootstrap.interactive that return BsDropdownModifier and TypeMethodDescriptionBsDropdown.addActiveItem(String text, String href) Adds an active dropdown item.BsDropdown.addDisabledItem(String text) Adds a disabled dropdown item.BsDropdown.addDivider()Adds a divider.Adds a header.Adds plain text.Adds a dropdown item.BsDropdown.setAutoClose(String value) Sets the auto-close behavior.BsDropdown.setDark(boolean dark) Sets the dropdown menu to dark mode.BsDropdown.setDirection(String direction) Sets the dropdown direction.BsDropdown.setMenuAlign(String align) Sets the menu alignment.BsDropdown.setSplit(boolean split) Sets whether this is a split button dropdown.BsDropdown.setVariant(Variant variant) Sets the button variant.