|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzk.Object
zk.Widget
zul.Widget
zul.inp.InputWidget
zul.inp.FormatWidget
zul.inp.NumberInputWidget
zul.inp.Spinner
public class Spinner
An edit box for holding a constrained integer.
Default Widget.getZclass(): z-spinner.
| Field Summary |
|---|
| Fields inherited from class zul.inp.InputWidget |
|---|
onChangingDelay, onChangingForced |
| Fields inherited from class zk.Widget |
|---|
$weave, auDelay, autag, bindLevel, className, desktop, effects_, firstChild, id, insertingBefore_, inServer, lastChild, nChildren, nextSibling, parent, previousSibling, uuid, widgetName |
| Fields inherited from class zk.Object |
|---|
$class, $oid |
| Method Summary | |
|---|---|
void |
checkValue()
Sets bound value if the value out of range |
int |
getStep()
Return the step of spinner |
int |
intValue()
Returns the value in int. |
boolean |
isButtonVisible()
Returns whether the button (on the right of the textbox) is visible. |
void |
setButtonVisible(boolean visible)
Sets whether the button (on the right of the textbox) is visible. |
void |
setStep(int step)
Set the step of spinner |
void |
syncWidth()
Synchronizes the input element's width of this component |
| Methods inherited from class zul.inp.NumberInputWidget |
|---|
getAllowedKeys_, getRounding, setRounding |
| Methods inherited from class zul.inp.FormatWidget |
|---|
getFormat, setFormat |
| Methods inherited from class zul.inp.InputWidget |
|---|
clearErrorMessage, coerceFromString_, coerceToString_, fireOnChange, getCols, getConstraint, getErrorMesssage, getInplaceCSS, getInputNode, getMaxlength, getName, getTabindex, getText, getType, getValue, inRoundedMold, isDisabled, isInplace, isInstant, isMultiline, isReadonly, select, setCols, setConstraint, setDisabled, setErrorMessage, setInplace, setInstant, setMaxlength, setName, setReadonly, setTabindex, setText, setValue, shallUpdate_, showError_, textAttrs_, updateChange_, validate_ |
| Methods inherited from class zul.Widget |
|---|
afterKeyDown_, beforeCtrlKeys_, getContext, getCtrlKeys, getOpenTooltip, getPopup, getTooltip, setContext, setContext, setCtrlKeys, setPopup, setPopup, setTooltip, setTooltip |
| Methods inherited from class zk.Object |
|---|
$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setStep(int step)
step - public int getStep()
public void setButtonVisible(boolean visible)
visible - public boolean isButtonVisible()
Default: true.
public int intValue()
public void checkValue()
public void syncWidth()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||