Interface ValueIconMapper


public interface ValueIconMapper
FormItem Value Icon mapper that allows the developer to specify the image source for an icon to be displayed for the current form item value. Takes precedence over FormItem.setValueIcons(java.util.Map).
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Method that allows the developer to specify the image source for an icon to be displayed for the current form item value.
  • Method Details

    • getValueIcon

      String getValueIcon(Object value)
      Method that allows the developer to specify the image source for an icon to be displayed for the current form item value. Takes precedence over FormItem.setValueIcons(java.util.Map)
      Parameters:
      value - the value of the item for which an item should be returned
      Returns:
      the icon