Class ReferenceDataImportErrorsPopUpVM
- java.lang.Object
-
- org.openforis.collect.designer.viewmodel.BaseVM
-
- org.openforis.collect.designer.viewmodel.referencedata.ReferenceDataImportErrorsPopUpVM
-
public class ReferenceDataImportErrorsPopUpVM extends BaseVM
- Author:
- S. Ricci
-
-
Field Summary
-
Fields inherited from class org.openforis.collect.designer.viewmodel.BaseVM
COLLECT_EARTH_PROJECT_FILE_CREATOR_LOADER, jobManager, userGroupManager, userManager
-
-
Constructor Summary
Constructors Constructor Description ReferenceDataImportErrorsPopUpVM()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexportErrorsToExcel()StringgetErrorMessageLabel(ParsingError error)List<ParsingError>getErrors()StringgetErrorTypeLabel(ParsingError error)StringgetTitle()voidinit(List<ParsingError> errors, String title)static org.zkoss.zul.WindowshowPopUp(List<ParsingError> errors, String title)-
Methods inherited from class org.openforis.collect.designer.viewmodel.BaseVM
closePopUp, getComponentsPath, getCurrentLanguageCode, getDefaultPublicUserGroupItem, getFormFieldValue, getFormFieldValue, getInitParameter, getLoggedUser, getLoggedUsername, getSession, getSessionStatus, getUserGroupsModel, initUserGroupsModel, joinList, joinValues, notifyChange, openPopUp, openPopUp, prettyDateFormat, setFormFieldValue, setFormFieldValue
-
-
-
-
Method Detail
-
showPopUp
public static org.zkoss.zul.Window showPopUp(List<ParsingError> errors, String title)
-
init
public void init(List<ParsingError> errors, String title)
-
exportErrorsToExcel
public void exportErrorsToExcel()
-
getErrors
public List<ParsingError> getErrors()
-
getTitle
public String getTitle()
-
getErrorTypeLabel
public String getErrorTypeLabel(ParsingError error)
-
getErrorMessageLabel
public String getErrorMessageLabel(ParsingError error)
-
-