creamtec.webcream.validation
Interface ValidatableFloat

All Superinterfaces:
Validatable

public interface ValidatableFloat
extends Validatable


Field Summary
static float DEFUALT_MAX_VALUE
           
static float 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
 float getMaxValue()
           
 float getMinValue()
           
 
Methods inherited from interface creamtec.webcream.validation.Validatable
getDisplayName, getErrorMessage, getMask, getMaxLength, getMinLength, isRequired
 

Field Detail

DEFUALT_MIN_VALUE

static final float DEFUALT_MIN_VALUE
See Also:
Constant Field Values

DEFUALT_MAX_VALUE

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

getMaxValue

float getMaxValue()

getMinValue

float getMinValue()


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