PlainTextControl constructor
PlainTextControl(
- String controlId
Implementation
PlainTextControl(String controlId) : super(controltype: Controltype.PLAINTEXT) {
setControlId(controlId);
}
PlainTextControl(String controlId) : super(controltype: Controltype.PLAINTEXT) {
setControlId(controlId);
}