public class WSDialog extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PREFIX_DIALOG |
| Constructor and Description |
|---|
WSDialog(String title,
String message,
WSButton... buttons) |
| Modifier and Type | Method and Description |
|---|---|
WSDialog |
addButtons(WSButton... buttons) |
WSDialog |
addFields(WSField... fields) |
static String |
createHtmlFromBean(String title,
Object beanInstance) |
static String |
createWSMessageFromBean(String title,
Object beanInstance) |
String |
toHtmlDialog() |
String |
toWSMessage() |
Copyright © 2012–2020. All rights reserved.