Package org.apache.guacamole.form
Class EmailField
- java.lang.Object
 - 
- org.apache.guacamole.form.Field
 - 
- org.apache.guacamole.form.EmailField
 
 
 
- 
public class EmailField extends Field
Represents a text field which may contain an email address. 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.apache.guacamole.form.Field
Field.Type 
 - 
 
- 
Constructor Summary
Constructors Constructor Description EmailField(String name)Creates a new EmailField with the given name. 
 - 
 
- 
- 
Constructor Detail
- 
EmailField
public EmailField(String name)
Creates a new EmailField with the given name.- Parameters:
 name- The unique name to associate with this field.
 
 - 
 
 -