org.chenillekit.tapestry.core.components
Class MaskFormat

java.lang.Object
  extended by org.chenillekit.tapestry.core.components.MaskFormat

@SupportsInformalParameters
public class MaskFormat
extends Object

MaskFormat is used to format strings. The behavior of a MaskFormat is controlled by way of a String mask that specifies the valid characters.

for more informations click here

Version:
$Id: MaskFormat.java 645 2010-03-11 13:05:54Z homburgs $

Constructor Summary
MaskFormat()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaskFormat

public MaskFormat()


Copyright © 2008-2011 ChenilleKit. All Rights Reserved.