public class ExcelExportRenderer
extends DefaultCustomViewRenderer
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 |
| Constructor and Description |
|---|
ExcelExportRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected AttributesChooserConfig |
createAttributesChooserConfig(WidgetInstanceManager wim,
java.util.Map<java.lang.String,java.lang.String> params) |
protected Attribute |
createAttributeWithLocalizedChildren(AttributeDescriptorModel attrDesc,
java.util.Set<java.lang.String> supportedLanguages,
boolean mandatory) |
<any> |
getAttributeChooserRenderer()
Deprecated.
since 6.7 no longer used - please see
getAttributesChooserRenderer()
(WidgetComponentRenderer)} |
<any> |
getAttributesChooserRenderer() |
CockpitLocaleService |
getCockpitLocaleService() |
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) |
NotificationService |
getNotificationService() |
PermissionFacade |
getPermissionFacade() |
protected java.util.Set<AttributeDescriptorModel> |
getSupportedAttributes(java.lang.String dataType) |
protected java.util.Set<java.lang.String> |
getSupportedLanguages() |
TypeService |
getTypeService() |
protected boolean |
isLocalized(AttributeDescriptorModel attr) |
boolean |
isRequired(AttributeDescriptorModel attributeDescriptor) |
protected boolean |
isSupported(java.lang.String dataType,
AttributeDescriptorModel attr) |
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 |
setAttributesChooserRenderer(<any> attributesChooserRenderer) |
void |
setCockpitLocaleService(CockpitLocaleService cockpitLocaleService) |
void |
setExcelTranslatorRegistry(ExcelTranslatorRegistry excelTranslatorRegistry) |
void |
setLabelService(LabelService labelService) |
void |
setNotificationService(NotificationService notificationService) |
void |
setPermissionFacade(PermissionFacade permissionFacade) |
void |
setTypeService(TypeService typeService) |
public static final java.lang.String PARAM_EXCEL_EXPORT_FORM_MODEL_KEY
public static final java.lang.String PARAM_EXCEL_INCLUDE_ALL_SUPPORTED
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 Attribute createAttributeWithLocalizedChildren(AttributeDescriptorModel attrDesc, java.util.Set<java.lang.String> supportedLanguages, boolean mandatory)
protected java.util.Set<java.lang.String> getSupportedLanguages()
public boolean isRequired(AttributeDescriptorModel attributeDescriptor)
protected java.util.Set<AttributeDescriptorModel> getSupportedAttributes(java.lang.String dataType)
protected boolean isSupported(java.lang.String dataType,
AttributeDescriptorModel attr)
protected java.lang.String getLocalizedAttributeName(java.lang.String dataType,
java.lang.String attr)
protected AttributesChooserConfig createAttributesChooserConfig(WidgetInstanceManager wim,
java.util.Map<java.lang.String,java.lang.String> params)
protected ExcelExportWizardForm getExcelExportForm(WidgetInstanceManager wim, java.util.Map<java.lang.String,java.lang.String> parameters)
protected boolean isLocalized(AttributeDescriptorModel attr)
public LabelService getLabelService()
public void setLabelService(LabelService labelService)
public PermissionFacade getPermissionFacade()
public void setPermissionFacade(PermissionFacade permissionFacade)
public TypeService getTypeService()
public void setTypeService(TypeService typeService)
public ExcelTranslatorRegistry getExcelTranslatorRegistry()
public void setExcelTranslatorRegistry(ExcelTranslatorRegistry excelTranslatorRegistry)
public CockpitLocaleService getCockpitLocaleService()
public void setCockpitLocaleService(CockpitLocaleService cockpitLocaleService)
@Deprecated public <any> getAttributeChooserRenderer()
getAttributesChooserRenderer()
(WidgetComponentRenderer)}@Deprecated public void setAttributeChooserRenderer(<any> attributeChooserRenderer)
#setAttributesChooserRenderer(WidgetComponentRenderer)public <any> getAttributesChooserRenderer()
public void setAttributesChooserRenderer(<any> attributesChooserRenderer)
public NotificationService getNotificationService()
public void setNotificationService(NotificationService notificationService)
Copyright © 2018 SAP SE. All Rights Reserved.