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