public class ExcelExportRenderer extends AbstractAttributesExportRenderer<AttributeDescriptorModel>
ExcelExportWizardForm - required| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PARAM_EXCEL_EXPORT_FORM_MODEL_KEY |
static java.lang.String |
PARAM_EXCEL_INCLUDE_ALL_SUPPORTED
Deprecated.
since 1808 use
AbstractAttributesExportRenderer.PARAM_INCLUDE_ALL_SUPPORTED |
attributesChooserRenderer, cockpitLocaleService, notificationService, PARAM_INCLUDE_ALL_SUPPORTED, permissionFacade| Constructor and Description |
|---|
ExcelExportRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
createAttributeName(AttributeDescriptorModel attrDesc) |
protected java.lang.String |
createAttributeQualifier(AttributeDescriptorModel attrDesc) |
<any> |
getAttributeChooserRenderer()
Deprecated.
since 6.7 no longer used - please see
AbstractAttributesExportRenderer.getAttributesChooserRenderer() (WidgetComponentRenderer)} |
protected ExcelExportWizardForm |
getExcelExportForm(WidgetInstanceManager wim,
java.util.Map<java.lang.String,java.lang.String> parameters) |
ExcelTranslatorRegistry |
getExcelTranslatorRegistry() |
LabelService |
getLabelService() |
protected java.lang.String |
getLocalizedAttributeName(java.lang.String dataType,
java.lang.String attr) |
ExcelFilter<AttributeDescriptorModel> |
getRequiredFilters() |
protected java.util.Set<AttributeDescriptorModel> |
getSupportedAttributes(java.lang.String dataType) |
ExcelFilter<AttributeDescriptorModel> |
getSupportedFilters() |
TypeService |
getTypeService() |
protected boolean |
isLocalized(AttributeDescriptorModel attr) |
protected boolean |
isRequired(AttributeDescriptorModel attributeDescriptor)
Deprecated.
since 1808. Not used anymore, it is replaced by
ExcelFilter |
protected boolean |
isSupported(java.lang.String dataType,
AttributeDescriptorModel attr)
Deprecated.
since 1808. Not used anymore, it is replaced by
ExcelFilter |
protected void |
populateAttributesChooserForm(AttributeChooserForm attributesForm,
java.lang.String typeCode) |
void |
render(Component parent,
ViewType customView,
java.util.Map<java.lang.String,java.lang.String> params,
DataType dataType,
WidgetInstanceManager wim) |
void |
setAttributeChooserRenderer(<any> attributeChooserRenderer)
Deprecated.
since 6.7 no longer used - please see
#setAttributesChooserRenderer(WidgetComponentRenderer) |
void |
setExcelTranslatorRegistry(ExcelTranslatorRegistry excelTranslatorRegistry) |
void |
setLabelService(LabelService labelService) |
void |
setRequiredFilters(ExcelFilter<AttributeDescriptorModel> requiredFilters) |
void |
setSupportedFilters(ExcelFilter<AttributeDescriptorModel> supportedFilters) |
void |
setTypeService(TypeService typeService) |
createAttributesChooserConfig, createAttributeWithLocalizedChildren, getAttributesChooserRenderer, getCockpitLocaleService, getNotificationService, getPermissionFacade, getSupportedLanguages, setAttributesChooserRenderer, setCockpitLocaleService, setNotificationService, setPermissionFacade@Deprecated public static final java.lang.String PARAM_EXCEL_INCLUDE_ALL_SUPPORTED
AbstractAttributesExportRenderer.PARAM_INCLUDE_ALL_SUPPORTEDpublic static final java.lang.String PARAM_EXCEL_EXPORT_FORM_MODEL_KEY
public void render(Component parent,
ViewType customView,
java.util.Map<java.lang.String,java.lang.String> params,
DataType dataType,
WidgetInstanceManager wim)
protected void populateAttributesChooserForm(AttributeChooserForm attributesForm,
java.lang.String typeCode)
protected java.util.Set<AttributeDescriptorModel> getSupportedAttributes(java.lang.String dataType)
@Deprecated
protected boolean isSupported(java.lang.String dataType,
AttributeDescriptorModel attr)
ExcelFilterprotected java.lang.String createAttributeQualifier(AttributeDescriptorModel attrDesc)
createAttributeQualifier in class AbstractAttributesExportRenderer<AttributeDescriptorModel>protected java.lang.String createAttributeName(AttributeDescriptorModel attrDesc)
createAttributeName in class AbstractAttributesExportRenderer<AttributeDescriptorModel>protected boolean isLocalized(AttributeDescriptorModel attr)
isLocalized in class AbstractAttributesExportRenderer<AttributeDescriptorModel>@Deprecated protected boolean isRequired(AttributeDescriptorModel attributeDescriptor)
ExcelFilterprotected java.lang.String getLocalizedAttributeName(java.lang.String dataType,
java.lang.String attr)
protected ExcelExportWizardForm getExcelExportForm(WidgetInstanceManager wim, java.util.Map<java.lang.String,java.lang.String> parameters)
public ExcelFilter<AttributeDescriptorModel> getRequiredFilters()
public void setRequiredFilters(ExcelFilter<AttributeDescriptorModel> requiredFilters)
public ExcelFilter<AttributeDescriptorModel> getSupportedFilters()
public void setSupportedFilters(ExcelFilter<AttributeDescriptorModel> supportedFilters)
public LabelService getLabelService()
public void setLabelService(LabelService labelService)
public TypeService getTypeService()
public void setTypeService(TypeService typeService)
public ExcelTranslatorRegistry getExcelTranslatorRegistry()
public void setExcelTranslatorRegistry(ExcelTranslatorRegistry excelTranslatorRegistry)
@Deprecated public <any> getAttributeChooserRenderer()
AbstractAttributesExportRenderer.getAttributesChooserRenderer() (WidgetComponentRenderer)}@Deprecated public void setAttributeChooserRenderer(<any> attributeChooserRenderer)
#setAttributesChooserRenderer(WidgetComponentRenderer)Copyright © 2018 SAP SE. All Rights Reserved.