public class Input extends Object
| Constructor and Description |
|---|
Input(String name,
String text,
String initialValue,
InputType type)
Builds a new
Input. |
public Input(String name, String text, String initialValue, InputType type)
Input. It has a name, is described with some
text, can have an initial value. Finally, its InputType must
be specified. It will be used to build the UI that will let the user
enter its inputs.name - text - initialValue - type - public String getText()
public String getInitialValue()
public InputType getType()
InputType of this Input. It must be used to
built the UIs.public String getName()
Input.Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.