public class UserInputField extends BaseObject implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected String |
name |
| Constructor and Description |
|---|
UserInputField() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
A single field the users entered a value for.
|
String |
getName()
The name of the field, see
FieldDef.getBinding(). |
void |
setContent(String value)
Sets the value of the content property.
|
void |
setName(String value)
Sets the value of the name property.
|
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic String getName()
FieldDef.getBinding().StringCopyright © 2011–2018 aiticon GmbH. All rights reserved.