public abstract class AbstractIntegerAttribute extends Attribute<Integer>
| Constructor and Description |
|---|
AbstractIntegerAttribute(pl.fhframework.model.forms.Form form,
pl.fhframework.model.forms.Component component,
pl.fhframework.binding.ModelBinding modelBinding) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDefaultValue() |
Integer |
getValue() |
void |
setValue(Integer value) |
convertBindingToString, getXmlValueprotected Integer value
public AbstractIntegerAttribute(pl.fhframework.model.forms.Form form,
pl.fhframework.model.forms.Component component,
pl.fhframework.binding.ModelBinding modelBinding)
public Integer getDefaultValue()
getDefaultValue in class Attribute<Integer>Copyright © 2019. All rights reserved.