Class UtilHelpText

java.lang.Object
org.apache.ofbiz.widget.renderer.UtilHelpText

public final class UtilHelpText extends Object
Util for working with Help Text
  • 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 name
      fieldName - the field name
      delegator - the delegator
      locale - the locale
      Returns:
      the help text, or the resource propertyName if no help text exists