zul.inp
Class SimpleSpinnerConstraint

java.lang.Object
  extended by zk.Object
      extended by zul.inp.SimpleConstraint
          extended by zul.inp.SimpleSpinnerConstraint

public class SimpleSpinnerConstraint
extends SimpleConstraint

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

setMin

public void setMin(int min)
Set the minimum value.

Parameters:
min -

getMin

public int getMin()
Returns the minimum value.

Returns:
int

setMax

public void setMax(int max)
Set the maximum value.

Parameters:
max -

getMax

public int getMax()
Returns the maximum value.

Returns:
int


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo