Uses of Class
org.uberfire.client.views.pfly.widgets.ErrorPopup.DisplayMode
-
Packages that use ErrorPopup.DisplayMode Package Description org.uberfire.client.views.pfly.widgets -
-
Uses of ErrorPopup.DisplayMode in org.uberfire.client.views.pfly.widgets
Methods in org.uberfire.client.views.pfly.widgets that return ErrorPopup.DisplayMode Modifier and Type Method Description static ErrorPopup.DisplayModeErrorPopup.DisplayMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorPopup.DisplayMode[]ErrorPopup.DisplayMode. 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 ErrorPopup.DisplayMode Modifier and Type Method Description voidErrorPopup. showError(String message, String detail, ErrorPopup.DisplayMode displayMode)voidErrorPopup. showError(String message, ErrorPopup.DisplayMode displayMode)
-