| Package | Description |
|---|---|
| net.thevpc.echo | |
| net.thevpc.echo.api.components |
| Modifier and Type | Field and Description |
|---|---|
protected AppDialogAction |
Alert.action |
protected AppDialogAction |
Alert.onClose |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,AppDialogAction> |
Alert.consMap |
| Modifier and Type | Method and Description |
|---|---|
AppDialogAction |
Alert.getAction() |
AppDialogAction |
Alert.getAction(String buttonId) |
| Modifier and Type | Method and Description |
|---|---|
AppAlert |
Alert.setButtonHandler(String s,
AppDialogAction r) |
AppAlert |
Alert.withOkCancelButtons(AppDialogAction ok,
AppDialogAction cancel) |
AppAlert |
Alert.withOkOnlyButton(AppDialogAction ok) |
AppAlert |
Alert.withYesNoButtons(AppDialogAction yes,
AppDialogAction no) |
AppAlert |
Alert.withYesNoCancelButtons(AppDialogAction yes,
AppDialogAction no,
AppDialogAction cancel) |
| Modifier and Type | Method and Description |
|---|---|
AppAlert |
AppAlert.setButtonHandler(String s,
AppDialogAction r) |
AppAlert |
AppAlert.withOkCancelButtons(AppDialogAction ok,
AppDialogAction cancel) |
AppAlert |
AppAlert.withOkOnlyButton(AppDialogAction ok) |
AppAlert |
AppAlert.withYesNoButtons(AppDialogAction yes,
AppDialogAction no) |
AppAlert |
AppAlert.withYesNoCancelButtons(AppDialogAction yes,
AppDialogAction no,
AppDialogAction cancel) |
Copyright © 2021 vpc open source initiative. All rights reserved.