Class SurveyErrorsPopUpVM
java.lang.Object
org.openforis.collect.designer.viewmodel.SurveyErrorsPopUpVM
- Author:
- S. Ricci
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static List<SurveyErrorsPopUpVM.SurveyObjectError> createErrors(List<? extends SurveyObject> items) protected static StringgetPath(CodeListItem codeListItem) getTitle()voidinit(String title, String message, List<SurveyErrorsPopUpVM.SurveyObjectError> errors) protected static voidinitEventListeners(org.zkoss.zul.Window popUp, MessageUtil.ConfirmHandler confirmHandler) static org.zkoss.zul.WindowopenPopUp(String title, String message, List<? extends SurveyObject> nodesWithErrors, MessageUtil.ConfirmHandler confirmHandler) static org.zkoss.zul.WindowopenPopUp(String title, String message, List<? extends SurveyObject> nodesWithErrors, MessageUtil.ConfirmHandler confirmHandler, boolean hideCancelButton)
-
Constructor Details
-
SurveyErrorsPopUpVM
public SurveyErrorsPopUpVM()
-
-
Method Details
-
openPopUp
public static org.zkoss.zul.Window openPopUp(String title, String message, List<? extends SurveyObject> nodesWithErrors, MessageUtil.ConfirmHandler confirmHandler) -
openPopUp
public static org.zkoss.zul.Window openPopUp(String title, String message, List<? extends SurveyObject> nodesWithErrors, MessageUtil.ConfirmHandler confirmHandler, boolean hideCancelButton) -
initEventListeners
protected static void initEventListeners(org.zkoss.zul.Window popUp, MessageUtil.ConfirmHandler confirmHandler) -
createErrors
protected static List<SurveyErrorsPopUpVM.SurveyObjectError> createErrors(List<? extends SurveyObject> items) -
getPath
-
init
-
getSchemaErrors
-
getTitle
-
getMessage
-