IValidatable

Kind of class: public interface
Package:
Inherits from:
  • none
Implemented by:
Classpath: org.asaplibrary.util.validation.IValidatable
File last modified: Friday, 13 May 2011, 22:20:36
Interface to be implemented by UI components in order to allow validation on them

Summary

Instance methods
  • getValue () : *
    • Return the value to be validated

Instance methods

getValue

function getValue() : *

Return the value to be validated It is expected that the IValidationRule implementation that validates this, knows what to cast the value to