public class DefaultSectionPanelRenderer extends java.lang.Object implements SectionPanelLabelRenderer
| Constructor and Description |
|---|
DefaultSectionPanelRenderer(UIEditorArea editorArea) |
| Modifier and Type | Method and Description |
|---|---|
ActionColumnConfiguration |
getActionConfiguration(GridViewConfiguration config) |
TypedObject |
getCurrentObject() |
protected UIEditorArea |
getEditorArea() |
ActionColumnConfiguration |
getStatusConfiguration(GridViewConfiguration config) |
void |
render(java.lang.String label,
java.lang.String imageUrl,
Component parent) |
protected void |
renderActions(Component parent,
TypedObject item)
Render actions related icons
|
protected void |
renderStatus(Component parent,
TypedObject item) |
void |
setCurrentObject(TypedObject currentObject) |
public DefaultSectionPanelRenderer(UIEditorArea editorArea)
public void render(java.lang.String label,
java.lang.String imageUrl,
Component parent)
render in interface SectionPanelLabelRendererprotected void renderActions(Component parent,
TypedObject item)
parent - item - protected void renderStatus(Component parent,
TypedObject item)
public ActionColumnConfiguration getActionConfiguration(GridViewConfiguration config)
public ActionColumnConfiguration getStatusConfiguration(GridViewConfiguration config)
protected UIEditorArea getEditorArea()
public TypedObject getCurrentObject()
public void setCurrentObject(TypedObject currentObject)
currentObject - the currentObject to setCopyright © 2018 SAP SE. All Rights Reserved.