public interface WidgetRenderingUtils extends ComponentMarkingUtils
| Modifier and Type | Method and Description |
|---|---|
QualifierLabel |
getAttributeLabel(Object object,
DataType dataType,
String qualifier)
Checks how a attribute's value should be shown to end user.
|
markComponent, markComponent, moveMarkedComponents, registerMarkedComponentsListenerQualifierLabel getAttributeLabel(Object object, DataType dataType, String qualifier)
An attribute may be qualified with a SpEL expression regarding provided object. On basis of provided qualifier and object, a value of attribute is extracted and its String representation is prepared.
object - item which attribute id to be rendereddataType - item's type description or null if an object does not belong do hybris Platform domainqualifier - full attribute qualifier or SpEL expressionCopyright © 2018. All rights reserved.