public abstract class AbstractConfigurableCsListboxWidgetRenderer<T extends ListboxWidget> extends AbstractCsListboxWidgetRenderer<T>
AbstractCsWidgetRenderer.ConfirmBeforeCompletingRequestEventListenerCSS_LISTBOX_CONTAINER, CSS_WIDGET_LISTBOXCSS_WIDGET_CAPTION, CSS_WIDGET_CONTENT| Constructor and Description |
|---|
AbstractConfigurableCsListboxWidgetRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected List<ColumnConfiguration> |
getColumnConfigurations() |
protected String |
getListConfigurationCode() |
protected String |
getListConfigurationType() |
protected ObjectValueContainer |
getValueContainer(TypedObject item,
Collection<PropertyDescriptor> propertyDescriptors) |
protected void |
populateDataRow(T widget,
Listitem row,
List<ColumnConfiguration> columns,
TypedObject item) |
protected void |
populateHeaderRow(T widget,
Listhead row,
List<ColumnConfiguration> columns) |
void |
setListConfigurationCode(String listConfigurationCode) |
void |
setListConfigurationType(String listConfigurationType) |
createContentInternal, isLazyLoadingEnabled, renderListbox, setLazyLoadingEnabledcreateCaption, createConfirmBeforeCompletingRequestEventListener, createContent, getCockpitTypeService, getLabelService, getPropertyEditorHelper, getPropertyRendererHelper, getSystemService, handleConfirmBeforeCompletingRequestEvent, setCockpitTypeService, setLabelService, setPropertyEditorHelper, setPropertyRendererHelper, setSystemServicepublic AbstractConfigurableCsListboxWidgetRenderer()
protected String getListConfigurationCode()
public void setListConfigurationCode(String listConfigurationCode)
protected String getListConfigurationType()
public void setListConfigurationType(String listConfigurationType)
protected List<ColumnConfiguration> getColumnConfigurations()
protected ObjectValueContainer getValueContainer(TypedObject item, Collection<PropertyDescriptor> propertyDescriptors)
protected void populateHeaderRow(T widget, Listhead row, List<ColumnConfiguration> columns)
protected void populateDataRow(T widget, Listitem row, List<ColumnConfiguration> columns, TypedObject item)
Copyright © 2017 SAP SE. All Rights Reserved.