zul.inp
Class SimpleDoubleSpinnerConstraint

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

public class SimpleDoubleSpinnerConstraint
extends SimpleConstraint

A simple double spinner constraint.


Field Summary
 
Fields inherited from class zk.Object
$class, $oid
 
Method Summary
 double getMax()
          Returns the maximum value.
 double getMin()
          Returns the minimum value.
 void setMax(double max)
          Set the maximum value.
 void setMin(double 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(double min)
Set the minimum value.

Parameters:
min -

getMin

public double getMin()
Returns the minimum value.

Returns:
double

setMax

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

Parameters:
max -

getMax

public double getMax()
Returns the maximum value.

Returns:
double


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