Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 8 (11.1.8)

E22562-08

oracle.apps.fnd.applcore.dt.flex.wizard.registration.ui.validation
Class LengthValidator

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.flex.wizard.registration.ui.validation.LengthValidator
All Implemented Interfaces:
oracle.bali.ewt.validate.Validator

public class LengthValidator
extends java.lang.Object
implements oracle.bali.ewt.validate.Validator

Length validation.

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/applcore/applications/DesignTime/DT/src/oracle/apps/fnd/applcore/dt/flex/wizard/registration/ui/validation/LengthValidator.java /st_atgpf_pt-11.1.1.7.0/1 2013/01/20 20:15:13 mluetchf Exp $

Constructor Summary
LengthValidator(int maxLength)
           
 
Method Summary
 oracle.bali.ewt.validate.ValidationMessage[] validate(java.awt.Component comp, java.lang.Object data)
          Validation class for wizard framework to validate that length of data does not exceed the maximum.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LengthValidator

public LengthValidator(int maxLength)
Method Detail

validate

public oracle.bali.ewt.validate.ValidationMessage[] validate(java.awt.Component comp,
                                                             java.lang.Object data)
Validation class for wizard framework to validate that length of data does not exceed the maximum.

Specified by:
validate in interface oracle.bali.ewt.validate.Validator
Parameters:
comp - Component to validate
data - Value to validate

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 8 (11.1.8)

E22562-08

Copyright © 2013 Oracle. All Rights Reserved.