Uses of Class
pulse.ui.components.buttons.LoaderButton.DataType
-
Packages that use LoaderButton.DataType Package Description pulse.ui.components.buttons -
-
Uses of LoaderButton.DataType in pulse.ui.components.buttons
Methods in pulse.ui.components.buttons that return LoaderButton.DataType Modifier and Type Method Description static LoaderButton.DataType
LoaderButton.DataType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoaderButton.DataType[]
LoaderButton.DataType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in pulse.ui.components.buttons with parameters of type LoaderButton.DataType Constructor Description LoaderButton(LoaderButton.DataType type)
LoaderButton(LoaderButton.DataType type, String str)
-