public class SpinBox extends Component
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
max |
protected Integer |
min |
protected Integer |
value |
backgroundColor, caption, color, disabled, EVENT_BEFORE_REFRESH_VIEW, EVENT_BEFORE_UPDATE_VIEW, EVENT_STATE_CHANGE, EVENT_VALUE_CHANGE, font, id, name, readOnly, visible| Constructor and Description |
|---|
SpinBox() |
| Modifier and Type | Method and Description |
|---|---|
Object |
accept(Visitor visitor) |
Object |
getDomainFieldValue() |
Integer |
getMax() |
Integer |
getMin() |
Integer |
getValue() |
void |
setDomainFieldValue(Object value) |
void |
setMax(Integer max) |
void |
setMin(Integer min) |
void |
setValue(Integer value) |
addChild, addChild, addChildren, addEventListener, clearEventListener, containsListener, destroy, existsEventListener, findWindow, forceUpdateView, getBackgroundColor, getCaption, getChildComponentById, getChildComponentByName, getChildrenComponents, getColor, getComponentByClass, getExtraAttribute, getExtraAttributes, getFont, getFont, getId, getModel, getName, getWindow, hide, isDisabled, isReadOnly, isVisible, isWindow, notifyEventListeners, notifyEventListeners, removeChild, removeEventListener, removeExtraAttribute, setBackgroundColor, setCaption, setColor, setDisabled, setExtraAttribute, setFont, setId, setModel, setModel, setName, setReadOnly, setVisible, show, toString, tranverse, updateModel, updateViewaddChild, addChild, addChildren, checkConsistency, copy, detach, getChildren, getDepth, getParent, getRoot, isLeaf, isRoot, remove, removeAllChildren, removeChild, replace, replaceSingleNode, setChildren, setParentpublic Integer getMin()
public void setMin(Integer min)
public Integer getMax()
public void setMax(Integer max)
public Integer getValue()
public void setValue(Integer value)
public Object getDomainFieldValue()
public void setDomainFieldValue(Object value)
Copyright © 2015. All Rights Reserved.