Uses of Class
org.uberfire.client.views.pfly.widgets.Button.ButtonStyleType
-
Packages that use Button.ButtonStyleType Package Description org.uberfire.client.views.pfly.widgets -
-
Uses of Button.ButtonStyleType in org.uberfire.client.views.pfly.widgets
Methods in org.uberfire.client.views.pfly.widgets that return Button.ButtonStyleType Modifier and Type Method Description static Button.ButtonStyleTypeButton.ButtonStyleType. valueOf(String name)Returns the enum constant of this type with the specified name.static Button.ButtonStyleType[]Button.ButtonStyleType. 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.ButtonStyleType Modifier and Type Method Description voidButton. setButtonStyleType(Button.ButtonStyleType type)voidConfirmPopup. show(String title, String inlineNotificationMessage, InlineNotification.InlineNotificationType inlineNotificationType, String okButtonText, Button.ButtonStyleType okButtonType, String confirmMessage, org.uberfire.mvp.Command okCommand)
-