public abstract class Attribute<T> extends Object
| Constructor and Description |
|---|
Attribute(Form form,
Component component) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
convertBindingToString(BindingResult bindingResult) |
abstract T |
getDefaultValue() |
abstract T |
getValue() |
abstract String |
getXmlValue() |
abstract void |
setValue(T value) |
Copyright © 2020. All rights reserved.