zul.inp
Class SimpleDateConstraint

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

public class SimpleDateConstraint
extends SimpleConstraint

A simple date constraint.


Field Summary
 
Fields inherited from class zk.Object
$class, $oid
 
Method Summary
 void $init(java.lang.Object a, Widget the)
          Constructor.
 String outOfRangeValue()
          Returns the message about out of range 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

$init

public void $init(java.lang.Object a,
                  Widget the)
Constructor.

Parameters:
a - It can be String or number, the number or name of flag, such as "no positive", 0x0001.
the - datebox
Since:
5.0.8

outOfRangeValue

public String outOfRangeValue()
Returns the message about out of range value

Returns:
String


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