public class FormInputField extends InputField
Form,
Form.field(String)| Constructor and Description |
|---|
FormInputField() |
| Modifier and Type | Method and Description |
|---|---|
FormInputField |
setValues(boolean... values)
Sets the values of this input field.
|
FormInputField |
setValues(String... values)
Sets the valus of this input field with a text input.
|
getFieldNames, getFieldValues, getId, getValue, setFieldName, setFieldNames, setValue, setValue, toStringpublic FormInputField setValues(String... values)
values - Values to set.public FormInputField setValues(boolean... values)
values - Values to set.Copyright © 2007-2013. All Rights Reserved.