creamtec.webcream.validation
Interface ValidatableInt

All Superinterfaces:
Validatable

public interface ValidatableInt
extends Validatable


Field Summary
static int DEFUALT_MAX_VALUE
           
static int DEFUALT_MIN_VALUE
           
 
Fields inherited from interface creamtec.webcream.validation.Validatable
DEFUALT_MASK, DEFUALT_MAX_LENGTH, DEFUALT_MIN_LENGTH, DEFUALT_REQUIRED, MASK_CREDIT_CARD, MASK_EMAIL, MASK_MONEY, MASK_POSTAL_CODE, MASK_POSTAL_ZIP, MASK_TELEPHONE, MASK_ZIP_CODE
 
Method Summary
 int getMaxValue()
           
 int getMinValue()
           
 
Methods inherited from interface creamtec.webcream.validation.Validatable
getDisplayName, getErrorMessage, getMask, getMaxLength, getMinLength, isRequired
 

Field Detail

DEFUALT_MIN_VALUE

static final int DEFUALT_MIN_VALUE
See Also:
Constant Field Values

DEFUALT_MAX_VALUE

static final int DEFUALT_MAX_VALUE
See Also:
Constant Field Values
Method Detail

getMaxValue

int getMaxValue()

getMinValue

int getMinValue()


Copyright © 2000-2006 CreamTec LLC. All Rights Reserved.