blob: f97ee211c09c2439eee424b0c16f9269982cbf17 [file]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!-- saved from url=(0014)about:internet --><!-- saved from url=(0014)about:internet --><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><link rel="stylesheet" href="../../style.css" type="text/css" media="screen"><link rel="stylesheet" href="../../print.css" type="text/css" media="print"><link rel="stylesheet" href="../../override.css" type="text/css"><title>mx.validators Summary</title></head><body><script language="javascript" type="text/javascript" src="../../asdoc.js"></script><script language="javascript" type="text/javascript" src="../../help.js"></script><script language="javascript" type="text/javascript" src="../../cookies.js"></script><script language="javascript" type="text/javascript"><!--
asdocTitle = 'mx.validators package - ApacheFlex API Reference';
var baseRef = '../../';
window.onload = configPage;
--></script>
<script type="text/javascript">
scrollToNameAnchor();
</script><table class="titleTable" cellpadding="0" cellspacing="0" id="titleTable" style="display:none"><tr><td class="titleTableTitle" align="left">Apache Flex 4.16.1 API Reference </td><td class="titleTableTopNav" align="right"><a href="../../package-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Packages</a>&nbsp;|&nbsp;<a href="../../class-summary.html" onclick="loadClassListFrame('../../all-classes.html')">All Classes</a>&nbsp;|&nbsp;<a href="../../all-index-A.html" onclick="loadClassListFrame('../../index-list.html')">Index</a>&nbsp;|&nbsp;<a id="framesLink1" href="../../index.html?mx/validators/package-detail.html&amp;mx/validators/class-list.html">Frames</a><a id="noFramesLink1" style="display:none" href="" onclick="parent.location=document.location"> No Frames </a></td><td class="titleTableLogo" align="right" rowspan="3"><img src="../../images/logo.jpg" class="logoImage" alt="AdobeLogo" title="AdobeLogo"></td></tr><tr class="titleTableRow2"><td class="titleTableSubTitle" id="subTitle" align="left">mx.validators</td><td class="titleTableSubNav" id="subNav" align="right"><a href="package-detail.html#interfaceSummary"> Interfaces </a>&nbsp;| <a href="package-detail.html#classSummary">Classes</a></td></tr><tr class="titleTableRow3"><td colspan="3">&nbsp;</td></tr></table><script language="javascript" type="text/javascript" xml:space="preserve">
<!--
if (!isEclipse() || window.name != ECLIPSE_FRAME_NAME) {titleBar_setSubTitle("mx.validators"); titleBar_setSubNav(false,false,false,false,false,false,false,false,false,false,false ,false,false,true,true,false);}
-->
</script><div class="MainContent"><br><br><hr><a name="interfaceSummary"></a><div class="summaryTableTitle">Interfaces</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Interface</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="IValidator.html">IValidator</a></i></td><td class="summaryTableLastCol">
This interface specifies the methods and properties that a Validator
object must implement.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><i><a href="IValidatorListener.html">IValidatorListener</a></i></td><td class="summaryTableLastCol">
The interface that components implement to support
the Flex data validation mechanism.</td></tr></table><a name="classSummary"></a><div class="summaryTableTitle">Classes</div><table cellpadding="3" cellspacing="0" class="summaryTable"><tr><th>&nbsp;</th><th width="30%">Class</th><th width="70%">Description</th></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="CreditCardValidator.html">CreditCardValidator</a></td><td class="summaryTableLastCol">
The CreditCardValidator class validates that a credit card number
is the correct length, has the correct prefix, and passes
the Luhn mod10 algorithm for the specified card type.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="CreditCardValidatorCardType.html">CreditCardValidatorCardType</a></td><td class="summaryTableLastCol">
The CreditCardValidatorCardType class defines value constants
for specifying the type of credit card to validate.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="CurrencyValidator.html">CurrencyValidator</a></td><td class="summaryTableLastCol">
The CurrencyValidator class ensures that a String
represents a valid currency expression.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="CurrencyValidatorAlignSymbol.html">CurrencyValidatorAlignSymbol</a></td><td class="summaryTableLastCol">
The CurrencyValidatorAlignSymbol class defines value constants
for specifying currency symbol alignment.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="DateValidator.html">DateValidator</a></td><td class="summaryTableLastCol">
The DateValidator class validates that a String, Date, or Object contains a
proper date and matches a specified format.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="EmailValidator.html">EmailValidator</a></td><td class="summaryTableLastCol">
The EmailValidator class validates that a String has a single &#64; sign,
a period in the domain name and that the top-level domain suffix has
two, three, four, or six characters.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="NumberValidator.html">NumberValidator</a></td><td class="summaryTableLastCol">
The NumberValidator class ensures that a String represents a valid number.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="NumberValidatorDomainType.html">NumberValidatorDomainType</a></td><td class="summaryTableLastCol">
The NumberValidatorDomainType class defines the values
for the domain property of the NumberValidator class.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="PhoneNumberValidator.html">PhoneNumberValidator</a></td><td class="summaryTableLastCol">
The PhoneNumberValidator class validates that a string
is a valid phone number.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="RegExpValidationResult.html">RegExpValidationResult</a></td><td class="summaryTableLastCol">
The RegExpValidator class dispatches the valid
and invalid events.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="RegExpValidator.html">RegExpValidator</a></td><td class="summaryTableLastCol">
The RegExpValidator class lets you use a regular expression
to validate a field.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="SocialSecurityValidator.html">SocialSecurityValidator</a></td><td class="summaryTableLastCol">
The SocialSecurityValidator class validates that a String
is a valid United States Social Security number.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="StringValidator.html">StringValidator</a></td><td class="summaryTableLastCol">
The StringValidator class validates that the length of a String
is within a specified range.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ValidationResult.html">ValidationResult</a></td><td class="summaryTableLastCol">
The ValidationResult class contains the results of a validation.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="Validator.html">Validator</a></td><td class="summaryTableLastCol">
The Validator class is the base class for all Flex validators.</td></tr><tr class="prow0"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ZipCodeValidator.html">ZipCodeValidator</a></td><td class="summaryTableLastCol">
The ZipCodeValidator class validates that a String
has the correct length and format for a five-digit ZIP code,
a five-digit+four-digit United States ZIP code, or Canadian postal code.</td></tr><tr class="prow1"><td class="summaryTablePaddingCol">&nbsp;</td><td class="summaryTableSecondCol"><a href="ZipCodeValidatorDomainType.html">ZipCodeValidatorDomainType</a></td><td class="summaryTableLastCol">
The ZipCodeValidatorDomainType class defines the values
for the domain property of the ZipCodeValidator class,
which you use to specify the type of ZIP code to validate.</td></tr></table><p></p><div><p></p><center class="copyright"><footer>The Apache Software Foundation</footer><br/>Wed Nov 15 2017, 09:57 AM +01:00 </center></div></div></body></html><!--The Apache Software Foundation<br/>Wed Nov 15 2017, 09:57 AM +01:00 -->