public class PropertyRendererHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CSS_FIELD_CONTAINER |
protected static java.lang.String |
CSS_LIST_LABEL_PREFIX |
protected static java.lang.String |
CSS_LIST_VALUE_PREFIX |
protected static java.lang.String |
CSS_WIDGET_MASTER_DETAIL_LISTBOX_CELL_LINE_PREFIX |
| Constructor and Description |
|---|
PropertyRendererHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildMasterValue(TypedObject item,
ColumnGroupConfiguration col,
Listcell cell) |
protected void |
buildPropertyValues(TypedObject item,
ColumnGroupConfiguration col,
Component parentContainer) |
void |
buildPropertyValuesFromColumnConfigs(TypedObject item,
java.util.List<? extends ColumnConfiguration> columns,
Component parentContainer) |
java.lang.String |
getPropertyDescriptorName(ColumnConfiguration columnConfiguration) |
java.lang.String |
getPropertyDescriptorName(PropertyDescriptor propertyDescriptor) |
protected static final java.lang.String CSS_LIST_VALUE_PREFIX
protected static final java.lang.String CSS_WIDGET_MASTER_DETAIL_LISTBOX_CELL_LINE_PREFIX
protected static final java.lang.String CSS_FIELD_CONTAINER
protected static final java.lang.String CSS_LIST_LABEL_PREFIX
public void buildMasterValue(TypedObject item, ColumnGroupConfiguration col, Listcell cell)
protected void buildPropertyValues(TypedObject item, ColumnGroupConfiguration col, Component parentContainer)
public void buildPropertyValuesFromColumnConfigs(TypedObject item, java.util.List<? extends ColumnConfiguration> columns, Component parentContainer)
public java.lang.String getPropertyDescriptorName(PropertyDescriptor propertyDescriptor)
public java.lang.String getPropertyDescriptorName(ColumnConfiguration columnConfiguration)
Copyright © 2018 SAP SE. All Rights Reserved.