| Package | Description |
|---|---|
| org.openforis.collect.designer.util | |
| org.openforis.collect.designer.viewmodel |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MessageUtil.CompleteConfirmHandler |
| Modifier and Type | Method and Description |
|---|---|
MessageUtil.ConfirmHandler |
MessageUtil.ConfirmParams.getConfirmHandler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
MessageUtil.showConfirm(MessageUtil.ConfirmHandler handler,
String messageKey) |
static void |
MessageUtil.showConfirm(MessageUtil.ConfirmHandler handler,
String messageKey,
Object[] args) |
static void |
MessageUtil.showConfirm(MessageUtil.ConfirmHandler handler,
String messageKey,
Object[] args,
String titleKey,
Object[] titleArgs,
String okLabelKey,
String cancelLabelKey) |
| Constructor and Description |
|---|
ConfirmParams(MessageUtil.ConfirmHandler confirmHandler) |
ConfirmParams(MessageUtil.ConfirmHandler confirmHandler,
String messageKey) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
SurveyErrorsPopUpVM.initEventListeners(org.zkoss.zul.Window popUp,
MessageUtil.ConfirmHandler confirmHandler) |
static org.zkoss.zul.Window |
SurveyErrorsPopUpVM.openPopUp(String title,
String message,
List<? extends SurveyObject> nodesWithErrors,
MessageUtil.ConfirmHandler confirmHandler) |
static org.zkoss.zul.Window |
SurveyErrorsPopUpVM.openPopUp(String title,
String message,
List<? extends SurveyObject> nodesWithErrors,
MessageUtil.ConfirmHandler confirmHandler,
boolean hideCancelButton) |
Copyright © 2021 Open Foris. All rights reserved.