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