Class LstFunction

  • All Implemented Interfaces:
    IFormFunction

    public final class LstFunction
    extends Object
    implements IFormFunction
    Function to replace form values with an named option-column
    Since:
    7.4.0
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • replace

        public String replace​(IFormReplacerParams parameters,
                              String fieldName,
                              FunctionArgument args)
        Description copied from interface: IFormFunction
        Evaluates a form function.
        Specified by:
        replace in interface IFormFunction
        Parameters:
        parameters - Replacer params from the placeholder replacer.
        fieldName - Name of the field.
        args - Arguments of the function.
        Returns:
        The evaluated value.