| Modifier and Type | Method and Description |
|---|---|
ValueService |
CommentMainAreaBrowserComponent.getValueService() |
| Modifier and Type | Method and Description |
|---|---|
ValueService |
CommentsSectionRenderer.getValueService() |
ValueService |
CommentTooltipRenderer.getValueService() |
| Modifier and Type | Method and Description |
|---|---|
ValueService |
AbstractInspectorRenderer.getValueService() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractInspectorRenderer.setValueService(ValueService valueService) |
| Modifier and Type | Method and Description |
|---|---|
protected ValueService |
ListView.getValueService() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultValueService
Default implementation of the ValueService.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalizedXmlDataProvider.setValueService(ValueService valueService)
Deprecated.
since 6.3, service not used anymore
|
void |
DefaultXmlDataProvider.setValueService(ValueService valueService) |
| Modifier and Type | Method and Description |
|---|---|
protected ValueService |
NewItemSection.getValueService() |
protected ValueService |
EditorArea.getValueService() |
| Modifier and Type | Method and Description |
|---|---|
void |
EditorArea.setValueService(ValueService valueService) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
TypeTools.getPropertyValue(ValueService valueService,
TypedObject object,
PropertyDescriptor propertyDescriptor)
Reads the value of the given pd.
|
static java.lang.String |
TypeTools.getPropertyValueAsString(ValueService valueService,
TypedObject object,
PropertyDescriptor propertyDescriptor)
Reads the value of the given pd and retuns is as a String.
|
static boolean |
ViewUpdateUtils.isUpdateNeeded(java.util.Map<java.lang.String,java.lang.Object> ctx,
TypedObject item,
PropertyDescriptor propertyDescriptor,
TypeService typeService,
ValueService valueService)
Utility method to check, if an update is needed regarding to changes of an item.
|
Copyright © 2018 SAP SE. All Rights Reserved.