Package | Description |
---|---|
org.uberfire.client.views.pfly.widgets |
Modifier and Type | Method and Description |
---|---|
static InlineNotification.InlineNotificationType |
InlineNotification.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.
|
Modifier and Type | Method and Description |
---|---|
void |
InlineNotification.setType(InlineNotification.InlineNotificationType type) |
void |
ConfirmPopup.show(String title,
String inlineNotificationMessage,
InlineNotification.InlineNotificationType inlineNotificationType,
String okButtonText,
Button.ButtonStyleType okButtonType,
String confirmMessage,
org.uberfire.mvp.Command okCommand) |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.