public abstract class AbstractCsListboxWidgetRenderer<T extends ListboxWidget> extends AbstractCsWidgetRenderer<T>
AbstractCsWidgetRenderer.ConfirmBeforeCompletingRequestEventListener| Modifier and Type | Field and Description |
|---|---|
protected static String |
CSS_LISTBOX_CONTAINER |
protected static String |
CSS_WIDGET_LISTBOX |
CSS_WIDGET_CAPTION, CSS_WIDGET_CONTENT| Constructor and Description |
|---|
AbstractCsListboxWidgetRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected HtmlBasedComponent |
createContentInternal(T widget,
HtmlBasedComponent rootContainer)
Responsible for creating the actual content.
|
boolean |
isLazyLoadingEnabled() |
protected abstract void |
renderListbox(Listbox listBox,
T widget,
HtmlBasedComponent rootContainer) |
void |
setLazyLoadingEnabled(boolean enabled) |
createCaption, createConfirmBeforeCompletingRequestEventListener, createContent, getCockpitTypeService, getLabelService, getPropertyEditorHelper, getPropertyRendererHelper, getSystemService, handleConfirmBeforeCompletingRequestEvent, setCockpitTypeService, setLabelService, setPropertyEditorHelper, setPropertyRendererHelper, setSystemServiceprotected static final String CSS_LISTBOX_CONTAINER
protected static final String CSS_WIDGET_LISTBOX
public boolean isLazyLoadingEnabled()
public void setLazyLoadingEnabled(boolean enabled)
protected HtmlBasedComponent createContentInternal(T widget, HtmlBasedComponent rootContainer)
AbstractCsWidgetRendererAbstractCsWidgetRenderer.createContent(Widget)).createContentInternal in class AbstractCsWidgetRenderer<T extends ListboxWidget>widget - the widgetrootContainer - the root html component that will be set as the content of the widgetprotected abstract void renderListbox(Listbox listBox,
T widget,
HtmlBasedComponent rootContainer)
Copyright © 2017 SAP SE. All Rights Reserved.