Uses of Class
org.uberfire.client.views.pfly.widgets.Button.ButtonType
-
Packages that use Button.ButtonType Package Description org.uberfire.client.views.pfly.widgets -
-
Uses of Button.ButtonType in org.uberfire.client.views.pfly.widgets
Methods in org.uberfire.client.views.pfly.widgets that return Button.ButtonType Modifier and Type Method Description static Button.ButtonTypeButton.ButtonType. valueOf(String name)Returns the enum constant of this type with the specified name.static Button.ButtonType[]Button.ButtonType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uberfire.client.views.pfly.widgets with parameters of type Button.ButtonType Modifier and Type Method Description voidButton. setType(Button.ButtonType type)
-