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
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Value
public Value()
-
-
Method Details
-
valueOf
-
get
-
getMany
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
-
getSingle
-