| org.jreform.Input
Input | public interface Input extends InputControl<T>(Code) | | An input that has only a single value.
author: armandino (at) gmail.com |
getValue | public T getValue()(Code) | | Returns this input's value.
|
getValueAttribute | public String getValueAttribute()(Code) | | Return's this input's value attribute.
|
setValue | public void setValue(T value)(Code) | | Sets this input's value.
|
setValueAttribute | public void setValueAttribute(String valueAttribute)(Code) | | Sets this input's value attribute.
|
|
|