public class InputValue extends Object
| Constructor and Description |
|---|
InputValue()
default constructor.
|
InputValue(String value) |
InputValue(String value,
boolean checked)
Created a form input value.
|
public InputValue()
public InputValue(String value)
value - the text valuepublic InputValue(String value, boolean checked)
value - the text valuechecked - whether the element should be checkedpublic long getId()
public void setId(long id)
id - the id to setpublic String getValue()
public void setValue(String value)
value - the value to setpublic boolean isChecked()
public void setChecked(boolean checked)
checked - the checked to setCopyright © 2007-2013. All Rights Reserved.