Class WebFormValues

  • All Implemented Interfaces:
    Serializable, Cloneable, Map<String,​Object>

    public class WebFormValues
    extends HashMap<String,​Object>
    implements Serializable
    Key-value pairs (where key is the component name and value is the form value) used to create a form instance. For key of type TextBox, Email, Date, Select and RadioButtonGroup the value is of string type. For key of type Number, the value is of number type. For key of type of CheckboxGroup, the value is of type array of string..
    See Also:
    Serialized Form