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()
String
public void setContent(String value)
value
- allowed object is
String
public String getName()
FieldDef.getBinding()
.String
Copyright © 2011–2017 aiticon GmbH. All rights reserved.