Package org.apache.ofbiz.widget.renderer
Class UtilHelpText
java.lang.Object
org.apache.ofbiz.widget.renderer.UtilHelpText
Util for working with Help Text
-
Method Summary
-
Method Details
-
getEntityFieldDescription
public static String getEntityFieldDescription(String entityName, String fieldName, Delegator delegator, Locale locale) Find the help text associated with an entity field.- Parameters:
entityName
- the entity namefieldName
- the field namedelegator
- the delegatorlocale
- the locale- Returns:
- the help text, or the resource propertyName if no help text exists
-