Uses of Enum Class
com.jbstrap.ui.components.button.LoadButtonAnimation
Packages that use LoadButtonAnimation
-
Uses of LoadButtonAnimation in com.jbstrap.ui.components.button
Methods in com.jbstrap.ui.components.button that return LoadButtonAnimationModifier and TypeMethodDescriptionstatic LoadButtonAnimation
static LoadButtonAnimation
Returns the enum constant of this class with the specified name.static LoadButtonAnimation[]
LoadButtonAnimation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.jbstrap.ui.components.button with parameters of type LoadButtonAnimationModifier and TypeMethodDescriptionfinal LoadButton
LoadButton.setAnimation
(LoadButtonAnimation animation) Sets the loading animation typeConstructors in com.jbstrap.ui.components.button with parameters of type LoadButtonAnimationModifierConstructorDescriptionLoadButton
(Icon icon, String text, LoadButtonAnimation animation, StyleElement... styles) Creates a new load button with the specified icon, text, animation and style(s)LoadButton
(String text, LoadButtonAnimation animation) Creates a new load button with the specified text and animation.LoadButton
(String text, LoadButtonAnimation animation, StyleElement... styles) Creates a new load button with the specified text, animation and style(s)LoadButton
(String id, Icon icon, String text, LoadButtonAnimation animation, StyleElement... styles) Creates a new load button with the specified icon, text, animation and style(s)LoadButton
(String id, String text, LoadButtonAnimation animation) Creates a new load button with the specified text and animation.LoadButton
(String id, String text, LoadButtonAnimation animation, StyleElement... styles) Creates a new load button with the specified text, animation and style(s)