public abstract class AbstractNavigationAreaSectionRenderer extends java.lang.Object implements SectionRenderer
| Constructor and Description |
|---|
AbstractNavigationAreaSectionRenderer() |
| Modifier and Type | Method and Description |
|---|---|
static Popup |
createBrowserItemTooltip(java.lang.String string) |
protected Listbox |
createList(java.lang.String sclass,
java.util.List items,
ListitemRenderer renderer) |
UINavigationArea |
getNavigationArea() |
SectionPanelModel |
getSectionPanelModel() |
abstract void |
render(SectionPanel panel,
Component parent,
Component captionComponent,
Section section) |
void |
setNavigationArea(UINavigationArea navigationArea) |
public AbstractNavigationAreaSectionRenderer()
public static Popup createBrowserItemTooltip(java.lang.String string)
public UINavigationArea getNavigationArea()
public void setNavigationArea(UINavigationArea navigationArea)
navigationArea - the navigationArea to setpublic SectionPanelModel getSectionPanelModel()
protected Listbox createList(java.lang.String sclass,
java.util.List items,
ListitemRenderer renderer)
public abstract void render(SectionPanel panel, Component parent, Component captionComponent, Section section)
render in interface SectionRendererCopyright © 2018 SAP SE. All Rights Reserved.