public class SpinnerTestBean extends AbstractTestComponentWithIntegerValuesBean implements Serializable
| Constructor and Description |
|---|
SpinnerTestBean() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getPostValue()
Gets the value for the component with a post attribute.
|
Integer |
getPreValue()
Gets the value for the component with a pre attribute.
|
void |
setPostValue(Integer postValue)
Sets the value for the component with a post attribute.
|
void |
setPreValue(Integer preValue)
Sets the value for the component with a pre attribute.
|
getNormalValue, getReadonlyInputValue, getReadonlyOutputValue, getRequiredValue, setNormalValue, setRequiredValuegetLocale, getUserSettingsBean, setUserSettingsBeanpublic Integer getPreValue()
public void setPreValue(Integer preValue)
preValue - The value for the component with a pre attribute.public Integer getPostValue()
public void setPostValue(Integer postValue)
postValue - The value for the component with a post attribute.Copyright © 2008–2018. All rights reserved.