Class XItemRenderData.Value

    • Constructor Detail

      • Value

        public Value()
    • Method Detail

      • getMany

        public String[] getMany​(String name)
        Multiple values may have been transmitted for each form element. This method returns an array of all submitted values for the given form element. If the form field is repeated, only the values for the first repetition are returned.
        Parameters:
        name - The name of a form element.
        Returns:
        An array with all submitted values for the form element; or null when no values exist.
      • getMany

        public String[] getMany()
      • getSingle

        public String getSingle()