public class NullSafeListCellRenderer
extends java.lang.Object
| Constructor and Description |
|---|
NullSafeListCellRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkIfObjectIsEmptyCollection(java.lang.Object object)
Identify if the object is a collection type and it's empty or null
|
protected <any> |
getDefaultListCellRenderer() |
protected NestedAttributeUtils |
getNestedAttributeUtils() |
void |
render(Listcell parent,
ListColumn columnConfiguration,
java.lang.Object object,
DataType dataType,
WidgetInstanceManager widgetInstanceManager) |
void |
setDefaultListCellRenderer(<any> defaultListCellRenderer) |
void |
setNestedAttributeUtils(NestedAttributeUtils nestedAttributeUtils) |
public void render(Listcell parent,
ListColumn columnConfiguration,
java.lang.Object object,
DataType dataType,
WidgetInstanceManager widgetInstanceManager)
protected <any> getDefaultListCellRenderer()
public void setDefaultListCellRenderer(<any> defaultListCellRenderer)
protected boolean checkIfObjectIsEmptyCollection(java.lang.Object object)
object - the object to be verifiedprotected NestedAttributeUtils getNestedAttributeUtils()
public void setNestedAttributeUtils(NestedAttributeUtils nestedAttributeUtils)
Copyright © 2018 SAP SE. All Rights Reserved.