public interface InspectorRenderer
| Modifier and Type | Method and Description |
|---|---|
void |
render(Component parent,
ListProvider<TypedObject> objectsProvider)
Renders inspector area if multiple items are selected.
|
void |
render(Component parent,
TypedObject object)
Renders inspector area if only one item is selected.
|
void |
renderEmpty(Component parent)
Renders inspector area if no items are selected.
|
void renderEmpty(Component parent)
parent - the parent component.void render(Component parent,
TypedObject object)
parent - the parent component.object - the currently selected item.void render(Component parent,
ListProvider<TypedObject> objectsProvider)
parent - the parent component.objectsProvider - a ListProvider providing the currently selected items.Copyright © 2018 SAP SE. All Rights Reserved.