public class DefaultSectionSelectorSectionRenderer extends DefaultSelectorSectionRenderer
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
ON_DEMAND_ATTR |
protected static java.lang.String |
SELECTOR_SECTION_ITEM_SCLASS |
protected static java.lang.String |
SELECTOR_SECTION_SCLASS |
EMPTY_MESSAGE, lastSection, SELECTOR_ACTIVE_ITEM_SCLASS, SELECTOR_ITEM_SCLASS, SELECTOR_SCLASS| Constructor and Description |
|---|
DefaultSectionSelectorSectionRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected Listbox |
getListboxComponent() |
protected DefaultSectionSelectorSection |
getSection()
Returns the last section which this renderer rendered.
|
protected void |
loadCaptionComponent(Component parent)
Loads custom section caption components
Note:
Actually within this method we do nothing but we can easily override its within sub class in order to deliver custom caption component |
void |
render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
protected void |
renderSubsections(HtmlBasedComponent parent,
TypedObject value) |
extractSelectedItems, getListRenderer, setListRenderercreateBrowserItemTooltip, createList, getNavigationArea, getSectionPanelModel, setNavigationAreaprotected static final java.lang.String ON_DEMAND_ATTR
protected static final java.lang.String SELECTOR_SECTION_SCLASS
protected static final java.lang.String SELECTOR_SECTION_ITEM_SCLASS
public DefaultSectionSelectorSectionRenderer()
public void render(SectionPanel panel, Component parent, Component captionComponent, Section section)
render in interface SectionRendererrender in class DefaultSelectorSectionRendererprotected Listbox getListboxComponent()
protected void renderSubsections(HtmlBasedComponent parent,
TypedObject value)
protected DefaultSectionSelectorSection getSection()
DefaultSelectorSectionRenderergetSection in class DefaultSelectorSectionRendererprotected void loadCaptionComponent(Component parent)
parent - parent caption componentCopyright © 2018 SAP SE. All Rights Reserved.