com.retek.commons.newgui.mask
Class DepictionTotalAreaMask

java.lang.Object
  extended bycom.retek.swing11.format.MaskAdaptor
      extended bycom.retek.commons.newgui.mask.DepictionTotalAreaMask
All Implemented Interfaces:
com.retek.swing11.format.Mask

public class DepictionTotalAreaMask
extends com.retek.swing11.format.MaskAdaptor


Field Summary
 
Fields inherited from interface com.retek.swing11.format.Mask
VALID_FORMAT
 
Constructor Summary
DepictionTotalAreaMask()
           
 
Method Summary
 java.lang.String format(java.lang.String text)
          Formats a text string to a standard currency format built by the system.
 java.lang.String validate(java.lang.String text)
           
 
Methods inherited from class com.retek.swing11.format.MaskAdaptor
format, unformat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DepictionTotalAreaMask

public DepictionTotalAreaMask()
Method Detail

format

public java.lang.String format(java.lang.String text)
Formats a text string to a standard currency format built by the system. If the text is not a valid decimal, the original text is returned.

Parameters:
text - The input text.
Returns:
The formatted text.

validate

public java.lang.String validate(java.lang.String text)


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28