
public class Out extends Control
Example render:
Label Value
| Constructor and Description |
|---|
Out()
Generic empty constructor.
|
Out(String value)
Constructor with the output value.
|
Out(String label,
String value)
Constructor with the output value.
|
Out(String ref,
String label,
String value)
Constructor with the reference of the output to be used in request.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
create(Group group)
This method is for internal use of utils only.
|
String |
getValue()
Get the output value to be displayed.
|
void |
setValue(String value)
Set the output value to be displayed.
|
getHelp, getHint, getLabel, getReference, setHelp, setHint, setLabel, setReference, setReferencepublic Out()
public Out(String value)
value - The output value to be displayed.public Out(String label, String value)
label - The label text that identifies the output to the user.value - The output value to be displayed.public Out(String ref, String label, String value)
ref - The simple reference identifying the input. Set to null to
auto-generate.label - The label text that identifies the output to the user.value - The output value to be displayed.public String[] create(Group group)
Controlcreate in class Controlgroup - The UI group to which the control is being added.public String getValue()
public void setValue(String value)
value - The output valueCopyright © 2018 universAAL Consortium. All rights reserved.