Class DataExportErrorsPopUpVM
- java.lang.Object
-
- org.openforis.collect.designer.viewmodel.DataExportErrorsPopUpVM
-
public class DataExportErrorsPopUpVM extends Object
- Author:
- S. Ricci
-
-
Constructor Summary
Constructors Constructor Description DataExportErrorsPopUpVM()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DataBackupError>getErrors()voidinit(List<DataBackupError> errors)static org.zkoss.zul.WindowshowPopUp(List<DataBackupError> errors)
-
-
-
Method Detail
-
showPopUp
public static org.zkoss.zul.Window showPopUp(List<DataBackupError> errors)
-
init
public void init(List<DataBackupError> errors)
-
getErrors
public List<DataBackupError> getErrors()
-
-