public class ExcelImportValidationResultRenderer
extends DefaultCustomViewRenderer
| Constructor and Description |
|---|
ExcelImportValidationResultRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected Button |
createButton(java.util.List<ExcelValidationResult> result) |
protected Listbox |
createListbox(java.util.List<ExcelValidationResult> result) |
protected Div |
createSubtitle() |
ExcelDownloadReportService |
getExcelDownloadReportService() |
<any> |
getListitemRenderer() |
void |
render(Component parent,
ViewType customView,
java.util.Map<java.lang.String,java.lang.String> parameters,
DataType dataType,
WidgetInstanceManager wim) |
void |
setExcelDownloadReportService(ExcelDownloadReportService excelDownloadReportService) |
void |
setListitemRenderer(<any> listitemRenderer) |
public void render(Component parent,
ViewType customView,
java.util.Map<java.lang.String,java.lang.String> parameters,
DataType dataType,
WidgetInstanceManager wim)
protected Div createSubtitle()
protected Listbox createListbox(java.util.List<ExcelValidationResult> result)
protected Button createButton(java.util.List<ExcelValidationResult> result)
public <any> getListitemRenderer()
public void setListitemRenderer(<any> listitemRenderer)
public ExcelDownloadReportService getExcelDownloadReportService()
public void setExcelDownloadReportService(ExcelDownloadReportService excelDownloadReportService)
Copyright © 2018 SAP SE. All Rights Reserved.