public class SurveyErrorsPopUpVM extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SurveyErrorsPopUpVM.SurveyObjectError |
| Constructor and Description |
|---|
SurveyErrorsPopUpVM() |
| Modifier and Type | Method and Description |
|---|---|
protected static List<SurveyErrorsPopUpVM.SurveyObjectError> |
createErrors(List<? extends SurveyObject> items) |
String |
getMessage() |
protected static String |
getPath(CodeListItem codeListItem) |
List<SurveyErrorsPopUpVM.SurveyObjectError> |
getSchemaErrors() |
String |
getTitle() |
void |
init(String title,
String message,
List<SurveyErrorsPopUpVM.SurveyObjectError> errors) |
protected static void |
initEventListeners(org.zkoss.zul.Window popUp,
MessageUtil.ConfirmHandler confirmHandler) |
static org.zkoss.zul.Window |
openPopUp(String title,
String message,
List<? extends SurveyObject> nodesWithErrors,
MessageUtil.ConfirmHandler confirmHandler) |
static org.zkoss.zul.Window |
openPopUp(String title,
String message,
List<? extends SurveyObject> nodesWithErrors,
MessageUtil.ConfirmHandler confirmHandler,
boolean hideCancelButton) |
public static org.zkoss.zul.Window openPopUp(String title, String message, List<? extends SurveyObject> nodesWithErrors, MessageUtil.ConfirmHandler confirmHandler)
public static org.zkoss.zul.Window openPopUp(String title, String message, List<? extends SurveyObject> nodesWithErrors, MessageUtil.ConfirmHandler confirmHandler, boolean hideCancelButton)
protected static void initEventListeners(org.zkoss.zul.Window popUp,
MessageUtil.ConfirmHandler confirmHandler)
protected static List<SurveyErrorsPopUpVM.SurveyObjectError> createErrors(List<? extends SurveyObject> items)
protected static String getPath(CodeListItem codeListItem)
public void init(String title, String message, List<SurveyErrorsPopUpVM.SurveyObjectError> errors)
public List<SurveyErrorsPopUpVM.SurveyObjectError> getSchemaErrors()
public String getTitle()
public String getMessage()
Copyright © 2021 Open Foris. All rights reserved.