public class CheckBox extends FormElement
height, label, name, width
Constructor and Description |
---|
CheckBox() |
Modifier and Type | Method and Description |
---|---|
String |
getData() |
List<Validator> |
getValidators() |
boolean |
getValue() |
boolean |
isReadonly() |
void |
setData(String data) |
void |
setReadonly(boolean readonly) |
void |
setValidators(List<Validator> validators) |
void |
setValue(boolean value) |
String |
toString() |
public boolean getValue()
public void setValue(boolean value)
public boolean isReadonly()
public void setReadonly(boolean readonly)
public String getData()
public void setData(String data)
public String toString()
toString
in class FormElement
Copyright © 2016. All rights reserved.