Uses of Enum Class
com.jbstrap.ui.components.button.LoadButtonAnimation
-
Uses of LoadButtonAnimation in com.jbstrap.ui.components.button
Modifier 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.Modifier and TypeMethodDescriptionfinal LoadButton
LoadButton.setAnimation
(LoadButtonAnimation animation) Sets the loading animation typeModifierConstructorDescriptionLoadButton
(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)