public class Area extends Text
Example render:
Label | initialValue | | | |__________________|
initialValue
model
Constructor and Description |
---|
Area()
Generic empty constructor.
|
Area(String ref)
Constructor with the reference of the input to be used in request and
response.
|
Area(String ref,
String label)
Constructor with the reference of the input to be used in request and
response.
|
Area(String ref,
String label,
String initialValue)
Constructor with the reference of the input to be used in request and
response.
|
Modifier and Type | Method and Description |
---|---|
String[] |
create(Group group)
This method is for internal use of utils only.
|
getInitialValue, setInitialValue
getModel
getHelp, getHint, getLabel, getReference, setHelp, setHint, setLabel, setReference, setReference
public Area()
public Area(String ref)
ref
- The simple reference identifying the input. Set to null to
auto-generate.public Area(String ref, String label)
ref
- The simple reference identifying the input. Set to null to
auto-generate.label
- The label text that identifies the input to the user.public Area(String ref, String label, String initialValue)
ref
- The simple reference identifying the input. Set to null to
auto-generate.label
- The label text that identifies the input to the user.initialValue
- The value the text input field has by default. If it is not
changed by the user this will be the value of the input in the
response.public String[] create(Group group)
Control
create
in class Text
group
- The UI group to which the control is being added.Copyright © 2018 universAAL Consortium. All rights reserved.