Class fvaswing.components.forms.FvPasswordField

Description

Password form field.

Allow user to place a specific password field into form.
Email validation is done using StringValidator validator.
You can customize validation using FvPasswordField() constructor.

Example

   var passField : FvPasswordField = new FvPasswordField( "Password", 6, 12 );
 

Method Index

new FvPasswordField()

Inherited from FvStringField

Inherited from FvFormField

Constructor Detail

FvPasswordField

public function FvPasswordField(label:String, minLength:Number, maxLength:Number)

Constructor.

Parameters

labelField caption
minLengthMinimum length for password value
maxLengthMaximum length for password value