|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectzk.Object
zul.inp.SimpleConstraint
zul.inp.SimpleSpinnerConstraint
public class SimpleSpinnerConstraint
A simple spinner constraint.
| Field Summary |
|---|
| Fields inherited from class zk.Object |
|---|
$class, $oid |
| Method Summary | |
|---|---|
int |
getMax()
Returns the maximum value. |
int |
getMin()
Returns the minimum value. |
void |
setMax(int max)
Set the maximum value. |
void |
setMin(int min)
Set the minimum value. |
| Methods inherited from class zul.inp.SimpleConstraint |
|---|
$init, getFlags, parseConstraint_, validate |
| 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 setMin(int min)
min - public int getMin()
public void setMax(int max)
max - public int getMax()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||