Package org.apache.ofbiz.widget.renderer
Class UtilHelpText
- java.lang.Object
-
- org.apache.ofbiz.widget.renderer.UtilHelpText
-
public final class UtilHelpText extends java.lang.Object
Util for working with Help Text
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getEntityFieldDescription(java.lang.String entityName, java.lang.String fieldName, Delegator delegator, java.util.Locale locale)
Find the help text associated with an entity field.
-
-
-
Method Detail
-
getEntityFieldDescription
public static java.lang.String getEntityFieldDescription(java.lang.String entityName, java.lang.String fieldName, Delegator delegator, java.util.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
-
-