public class InputField extends Object
InputSpecification.field(String),
InputSpecification.fields(String...)| Modifier | Constructor and Description |
|---|---|
protected |
InputField()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
getFieldNames() |
protected List<String> |
getFieldValues() |
protected String |
getId() |
protected String |
getValue() |
protected void |
setFieldName(String fieldName) |
protected void |
setFieldNames(String... fieldNames) |
InputField |
setValue(boolean value)
Sets the value of this input field.
|
InputField |
setValue(String value)
Sets the value of this input field with a text input.
|
String |
toString() |
public InputField setValue(String value)
value - Value to set.public InputField setValue(boolean value)
value - Value to set.protected void setFieldName(String fieldName)
fieldName - Field name to set.protected void setFieldNames(String... fieldNames)
fieldNames - Field names to set.protected String getId()
protected String getValue()
Copyright © 2007-2013. All Rights Reserved.