Class ConstantAttributeLabelResolver
- java.lang.Object
-
- com.hybris.cockpitng.widgets.summaryview.AbstractAttributeLabelResolver
-
- com.hybris.cockpitng.widgets.summaryview.ConstantAttributeLabelResolver
-
- All Implemented Interfaces:
AttributeLabelResolver
public class ConstantAttributeLabelResolver extends AbstractAttributeLabelResolver
-
-
Field Summary
-
Fields inherited from class com.hybris.cockpitng.widgets.summaryview.AbstractAttributeLabelResolver
SCLASS_ATTRIBUTE_LABEL
-
-
Constructor Summary
Constructors Constructor Description ConstantAttributeLabelResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAttributeLabel(Attribute attributeConfiguration, DataAttribute attribute, java.lang.String typeCode)protected java.lang.StringgetLabel()protected java.lang.StringgetLabelKey()voidsetLabel(java.lang.String label)voidsetLabelKey(java.lang.String labelKey)-
Methods inherited from class com.hybris.cockpitng.widgets.summaryview.AbstractAttributeLabelResolver
createAttributeLabel
-
-
-
-
Method Detail
-
getAttributeLabel
public java.lang.String getAttributeLabel(Attribute attributeConfiguration, DataAttribute attribute, java.lang.String typeCode)
-
getLabelKey
protected java.lang.String getLabelKey()
-
setLabelKey
public void setLabelKey(java.lang.String labelKey)
-
getLabel
protected java.lang.String getLabel()
-
setLabel
public void setLabel(java.lang.String label)
-
-