Class AbstractAttributeLabelResolver
- java.lang.Object
-
- com.hybris.cockpitng.widgets.summaryview.AbstractAttributeLabelResolver
-
- All Implemented Interfaces:
AttributeLabelResolver
- Direct Known Subclasses:
ConstantAttributeLabelResolver,DefaultAttributeLabelResolver
public abstract class AbstractAttributeLabelResolver extends java.lang.Object implements AttributeLabelResolver
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringSCLASS_ATTRIBUTE_LABEL
-
Constructor Summary
Constructors Constructor Description AbstractAttributeLabelResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.zkoss.zul.LabelcreateAttributeLabel(Attribute attributeConfiguration, DataAttribute attribute, java.lang.String typeCode)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.hybris.cockpitng.widgets.summaryview.label.AttributeLabelResolver
getAttributeLabel
-
-
-
-
Field Detail
-
SCLASS_ATTRIBUTE_LABEL
protected static final java.lang.String SCLASS_ATTRIBUTE_LABEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
createAttributeLabel
public org.zkoss.zul.Label createAttributeLabel(Attribute attributeConfiguration, DataAttribute attribute, java.lang.String typeCode)
- Specified by:
createAttributeLabelin interfaceAttributeLabelResolver
-
-