Uses of Interface
org.apache.tapestry.valid.PatternDelegate

Packages that use PatternDelegate
org.apache.tapestry.valid Components and classes that provide specialized, validating text fields. 
 

Uses of PatternDelegate in org.apache.tapestry.valid
 

Methods in org.apache.tapestry.valid that return PatternDelegate
 PatternDelegate PatternValidator.getPatternDelegate()
          Returns the custom pattern matcher if one is provided or creates and returns the default matcher laziliy.
 

Methods in org.apache.tapestry.valid with parameters of type PatternDelegate
 void PatternValidator.setPatternDelegate(PatternDelegate patternDelegate)
          Allows for a custom implementation to do the pattern matching.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.