Interface AttributeLabelResolver
-
- All Known Implementing Classes:
AbstractAttributeLabelResolver,ConstantAttributeLabelResolver,DefaultAttributeLabelResolver
public interface AttributeLabelResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.zkoss.zul.LabelcreateAttributeLabel(Attribute attributeConfiguration, DataAttribute attribute, java.lang.String typeCode)java.lang.StringgetAttributeLabel(Attribute attributeConfiguration, DataAttribute attribute, java.lang.String typeCode)
-
-
-
Method Detail
-
createAttributeLabel
org.zkoss.zul.Label createAttributeLabel(Attribute attributeConfiguration, DataAttribute attribute, java.lang.String typeCode)
-
getAttributeLabel
java.lang.String getAttributeLabel(Attribute attributeConfiguration, DataAttribute attribute, java.lang.String typeCode)
-
-