Package de.xima.fc.form.common.models
Class XItemRenderData.Value
- java.lang.Object
-
- de.xima.fc.form.common.models.XItemRenderData.Value
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- XItemRenderData
public class XItemRenderData.Value extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description 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()
-
-