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