| org.jreform.internal.InputImpl
InputImpl | class InputImpl extends AbstractInputControl implements Input<T>(Code) | | author: armandino (at) gmail.com |
getStringValue | final public String getStringValue()(Code) | | Returns the string representation of the value as returned
by getValue().toString() or an empty string if the
value is null .
|
getValue | final public T getValue()(Code) | | |
getValueAttribute | final public String getValueAttribute()(Code) | | Returns the value attribute or an empty string
if it's null .
|
isBlank | final public boolean isBlank()(Code) | | |
setValue | final public void setValue(T value)(Code) | | |
setValueAttribute | public void setValueAttribute(String input)(Code) | | Sets value attribute trimming leading/trailing whitespace.
|
|
|