org.af.commons.widgets.validate
Interface ValidatedComponent<E>

All Known Implementing Classes:
IntegerTextField, NumberTextField, RealTextField, ValidatedTextField

public interface ValidatedComponent<E>


Method Summary
 String getDescriptiveName()
           
 E getValidatedValue()
           
 String getValidationErrorMsg()
           
 

Method Detail

getValidatedValue

E getValidatedValue()
                    throws ValidationException
Throws:
ValidationException

getValidationErrorMsg

String getValidationErrorMsg()

getDescriptiveName

String getDescriptiveName()