Uses of Enum Class
com.jbstrap.ui.bootstrap.DropDownAlignament
-
Uses of DropDownAlignament in com.jbstrap.ui.bootstrap
Modifier and TypeMethodDescriptionstatic DropDownAlignament
Returns the enum constant of this class with the specified name.static DropDownAlignament[]
DropDownAlignament.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DropDownAlignament in com.jbstrap.ui.components.button
Modifier and TypeMethodDescriptionDropDownButton.getMenuAlignament()
Gets the dropdown menu alignment.Modifier and TypeMethodDescriptionDropDownButton.setMenuAlignament
(DropDownAlignament align) Dropdown menu alignment relative to the button.